aboutsummaryrefslogtreecommitdiff
path: root/2020/day01/Cargo.toml
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-03-21 13:41:51 +0100
committerjacopograndi <jacopo.grandi@outlook.it>2022-03-21 13:41:51 +0100
commit94d08269630fb976ad0a04d4e842ec74b54299f5 (patch)
tree0b9ac72d6d2fec87b6f17463814b2b3eb7b3a36c /2020/day01/Cargo.toml
parent2a084ddff56ce62fd5a24ad1095235c3ecc12838 (diff)
no submodule
Diffstat (limited to '2020/day01/Cargo.toml')
-rw-r--r--2020/day01/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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]