From 9892e3ebde304726903a1e5c358d05c2e343ea5e Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 19 Apr 2022 20:26:36 +0200 Subject: Refile for merging repos --- 2019/Cargo.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 2019/Cargo.toml (limited to '2019/Cargo.toml') diff --git a/2019/Cargo.toml b/2019/Cargo.toml new file mode 100644 index 0000000..c5937b0 --- /dev/null +++ b/2019/Cargo.toml @@ -0,0 +1,19 @@ +[package] +name = "aoc2019" +version = "0.1.0" +authors = ["Justin Wernick "] +edition = "2018" + +[dependencies] +structopt = "0.3.5" +derive_more = "0.99.2" +derivative = "1.0.3" +im = "14.0.0" +rpds = "0.7.0" +archery = "0.3.0" +num = "0.2" +rayon = "1.3.0" +cached = "0.11.0" + +[profile.release] +debug = true -- cgit v1.2.3