From 67a326403f50929586fc27bc845fc4a4290ec1ec Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Fri, 30 Dec 2022 17:20:17 +0000 Subject: complete day 10 --- day10b/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 day10b/Cargo.toml (limited to 'day10b/Cargo.toml') diff --git a/day10b/Cargo.toml b/day10b/Cargo.toml new file mode 100644 index 0000000..c71a33d --- /dev/null +++ b/day10b/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "day10b" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +clap = { version = "3.2.20", features = ["derive"] } -- cgit v1.2.3