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