diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-05 18:51:06 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-05-05 18:51:06 -0500 |
commit | 0828f6d7fbf59165980e17d126b1c4730c0a3ee0 (patch) | |
tree | 471eebdf4971914b0acd29f54aebede5669b195d /rust/todo/Cargo.toml | |
parent | 3ec668ac415d2d92b28e658b17d8932d0cbe2b3b (diff) | |
download | learn-0828f6d7fbf59165980e17d126b1c4730c0a3ee0.tar.gz learn-0828f6d7fbf59165980e17d126b1c4730c0a3ee0.tar.bz2 learn-0828f6d7fbf59165980e17d126b1c4730c0a3ee0.zip |
add rust project
Diffstat (limited to 'rust/todo/Cargo.toml')
-rw-r--r-- | rust/todo/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/rust/todo/Cargo.toml b/rust/todo/Cargo.toml new file mode 100644 index 0000000..3c3a310 --- /dev/null +++ b/rust/todo/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "todo" +version = "0.1.0" +edition = "2024" + +[dependencies] +clap = { version = "4.5.37", features = ["derive"] } |