From 8bb448a218a80568240b75fc60d27039c7a9cb69 Mon Sep 17 00:00:00 2001 From: The Chef Date: Sat, 12 Apr 2025 02:27:18 +0000 Subject: [PATCH] Added Cargo.toml file --- Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Cargo.toml diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..361ef2a --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "todo" +version = "0.1.0" +edition = "2024" + +[dependencies] +clap = { version = "4.5.35", features = ["derive"] } +csv = "1.3.1"