Update Cargo.toml

axtloss/rework-partitioning
Michal Stopyra 2 years ago
parent 38116b1e45
commit b30af8f8c9

@ -7,6 +7,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "crystal-jade"
path = "src/main.rs"
[dependencies]
clap = {version = "3.1.10", features = ["derive"] }

Loading…
Cancel
Save