From 886011338af5eff00a2e31097d62acb51be5fbf5 Mon Sep 17 00:00:00 2001 From: cos Date: Sat, 11 Dec 2021 13:51:25 +0100 Subject: Add day11, 2021 --- 2021/rust/day11/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2021/rust/day11/Cargo.toml (limited to '2021/rust/day11/Cargo.toml') diff --git a/2021/rust/day11/Cargo.toml b/2021/rust/day11/Cargo.toml new file mode 100644 index 0000000..fdd0c53 --- /dev/null +++ b/2021/rust/day11/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "day11" +version = "0.1.0" +authors = ["cos "] +edition = "2021" + +[dependencies] +aoc = { path = "../../../common/rust/aoc" } +anyhow = "1.0" +termion = "1.5" +num = "0.4" -- cgit v1.2.3