summaryrefslogtreecommitdiffstats
path: root/day08b/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'day08b/Cargo.toml')
-rw-r--r--day08b/Cargo.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/day08b/Cargo.toml b/day08b/Cargo.toml
new file mode 100644
index 0000000..e71c2cd
--- /dev/null
+++ b/day08b/Cargo.toml
@@ -0,0 +1,11 @@
+[package]
+name = "day08b"
+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"