aboutsummaryrefslogtreecommitdiff
path: root/2022/rust/day01/Cargo.toml
diff options
context:
space:
mode:
authorj-james2022-12-01 06:48:57 +0000
committerj-james2022-12-01 06:48:57 +0000
commit926b0949d12588641f29836a6e41712b3237b1b9 (patch)
tree94131d556f67f847de3ad64ae4fdae37ae4888be /2022/rust/day01/Cargo.toml
parent6a3c52602974d411c99b312d9ae709e53ef0e29c (diff)
Day One
Diffstat (limited to '2022/rust/day01/Cargo.toml')
-rw-r--r--2022/rust/day01/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/rust/day01/Cargo.toml b/2022/rust/day01/Cargo.toml
new file mode 100644
index 0000000..5a61072
--- /dev/null
+++ b/2022/rust/day01/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day01"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]