From 0ac5b6a0932ef22fe18c8bf69fda0f30d3688c14 Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Mon, 21 Nov 2022 18:46:44 +0200 Subject: Ready for 2022 --- 2022/Cargo.toml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 2022/Cargo.toml (limited to '2022/Cargo.toml') diff --git a/2022/Cargo.toml b/2022/Cargo.toml new file mode 100644 index 0000000..af8eee9 --- /dev/null +++ b/2022/Cargo.toml @@ -0,0 +1,13 @@ +[package] +name = "aoc2022" +version = "0.1.0" +authors = ["Justin Wernick "] +edition = "2021" + +[dependencies] +derive_more = "0.99.17" +nom = "7.1.1" +thiserror = "1.0.37" + +[profile.release] +# debug = true -- cgit v1.2.3