From 0569bae066cfdd5ed388a60a470c882fa87f0a4c Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Mon, 13 Dec 2021 14:34:24 +0000 Subject: Day 10 --- day10/Cargo.toml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 day10/Cargo.toml (limited to 'day10/Cargo.toml') diff --git a/day10/Cargo.toml b/day10/Cargo.toml new file mode 100644 index 0000000..4119747 --- /dev/null +++ b/day10/Cargo.toml @@ -0,0 +1,10 @@ +[package] +name = "day10" +version = "0.1.0" +authors = ["Federico Igne "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +lazy_static = "1.4" -- cgit v1.2.3