From fd7a3e47a5411ac81f7e9cc2e8b18e66cf2dc224 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 1 Aug 2022 22:51:56 +0200 Subject: day02 --- 2020/day02/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2020/day02/Cargo.toml (limited to '2020/day02/Cargo.toml') diff --git a/2020/day02/Cargo.toml b/2020/day02/Cargo.toml new file mode 100644 index 0000000..843335d --- /dev/null +++ b/2020/day02/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day02" +version = "0.1.0" +edition = "2021" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html + +[dependencies] -- cgit v1.2.3-54-g00ecf