From 6d72191e2ce5d423ca03c894d2dad1d3061bd4f3 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 19 Apr 2022 20:27:29 +0200 Subject: Refile for merging repos --- 2021/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 2021/Cargo.toml (limited to '2021/Cargo.toml') diff --git a/2021/Cargo.toml b/2021/Cargo.toml new file mode 100644 index 0000000..d5058d2 --- /dev/null +++ b/2021/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "aoc2021" +version = "0.1.0" +authors = ["Justin Wernick "] +edition = "2021" + +[dependencies] +cached = "0.25.0" +derive_more = "0.99.2" +nom = "7.0.0" +proptest = "1.0.0" +thiserror = "1.0.29" + +[profile.release] +# debug = true -- cgit v1.2.3