From 733c909873edd6f783d52960b7faac0aad5902c2 Mon Sep 17 00:00:00 2001 From: Shivesh Mandalia Date: Fri, 6 Jan 2023 22:39:49 +0000 Subject: complete day 13 --- day13a/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 day13a/Cargo.toml (limited to 'day13a/Cargo.toml') diff --git a/day13a/Cargo.toml b/day13a/Cargo.toml new file mode 100644 index 0000000..4ce2d57 --- /dev/null +++ b/day13a/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "day13a" +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"] } +nom = "7.1.1" +itertools = "0.10.5" -- cgit v1.2.3