From 6a5b143c0fd0a90979d9315b50be2387facb752f Mon Sep 17 00:00:00 2001 From: Justin Wernick Date: Tue, 19 Apr 2022 20:27:05 +0200 Subject: Refile for merging repos --- 2020/Cargo.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 2020/Cargo.toml (limited to '2020/Cargo.toml') diff --git a/2020/Cargo.toml b/2020/Cargo.toml new file mode 100644 index 0000000..8a7f35d --- /dev/null +++ b/2020/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "advent-of-code-2020" +version = "0.1.0" +authors = ["Justin Wernick "] +edition = "2018" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] +bevy = "0.3.0" +thiserror = "1.0.22" \ No newline at end of file -- cgit v1.2.3