summaryrefslogtreecommitdiff
path: root/rust/todo/Cargo.toml
blob: 3c3a31027e636383bdbb388bd82746b08fe48ed6 (plain) (blame)
1
2
3
4
5
6
7
[package]
name = "todo"
version = "0.1.0"
edition = "2024"

[dependencies]
clap = { version = "4.5.37", features = ["derive"] }