create-proj/Cargo.toml
2024-04-19 13:24:34 +09:00

11 lines
247 B
TOML

[package]
name = "create-proj"
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.5.4", features = ["derive"] }
dirs = "5.0.1"