braintal/Cargo.toml

14 lines
333 B
TOML

[package]
name = "braintal"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
ruxnasm = { git = "https://git.disroot.org/phyto/ruxnasm.git" }
[dev-dependencies]
temp-dir = "0.1.11"