From 94d08269630fb976ad0a04d4e842ec74b54299f5 Mon Sep 17 00:00:00 2001 From: jacopograndi Date: Mon, 21 Mar 2022 13:41:51 +0100 Subject: no submodule --- 2020/day01/Cargo.toml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 2020/day01/Cargo.toml (limited to '2020/day01/Cargo.toml') diff --git a/2020/day01/Cargo.toml b/2020/day01/Cargo.toml new file mode 100644 index 0000000..fb1ec2c --- /dev/null +++ b/2020/day01/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "hello" +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