From 0828f6d7fbf59165980e17d126b1c4730c0a3ee0 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 5 May 2025 18:51:06 -0500 Subject: add rust project --- rust/todo/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust/todo/Cargo.toml (limited to 'rust/todo/Cargo.toml') 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"] } -- cgit v1.2.3-70-g09d2