🚑️ cargo.toml
This commit is contained in:
parent
d8a1add420
commit
911b5d3a69
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@ name = "csnap"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "csnap"
|
||||||
|
path = "src/main.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
chrono = "0.4.39"
|
chrono = "0.4.39"
|
||||||
clap = { version = "4.5.27", features = ["cargo"] }
|
clap = { version = "4.5.27", features = ["cargo"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue