summaryrefslogtreecommitdiff
path: root/day10/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2021-12-14 20:27:14 +0100
committerSanto Cariotti <santo@dcariotti.me>2021-12-14 20:27:14 +0100
commit70637c2a63a9f99e8e97e679ad896729b3764607 (patch)
treeaa5a9bf585b4806058faf4ddc42dbe960596c37a /day10/Cargo.toml
parent4e72f8f9932611a583325d554b6d98b1fea6c8c5 (diff)
Add part1 of day10
Diffstat (limited to 'day10/Cargo.toml')
-rw-r--r--day10/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/day10/Cargo.toml b/day10/Cargo.toml
new file mode 100644
index 0000000..40d2066
--- /dev/null
+++ b/day10/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day10"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]