aboutsummaryrefslogtreecommitdiff
path: root/2020/day02/Cargo.toml
diff options
context:
space:
mode:
authorjacopograndi <jacopo.grandi@outlook.it>2022-08-01 22:51:56 +0200
committerjacopograndi <jacopo.grandi@outlook.it>2022-08-01 22:51:56 +0200
commitfd7a3e47a5411ac81f7e9cc2e8b18e66cf2dc224 (patch)
tree08adc155ce64710b81d15a673cf7ac900f5e0ea7 /2020/day02/Cargo.toml
parentc9cff7bc7723cb06807dee5c8e803fa8a0bba76f (diff)
day02
Diffstat (limited to '2020/day02/Cargo.toml')
-rw-r--r--2020/day02/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
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]