summaryrefslogtreecommitdiff
path: root/2022/day5/Cargo.toml
diff options
context:
space:
mode:
authorSanto Cariotti <santo@dcariotti.me>2023-05-02 11:44:58 +0200
committerSanto Cariotti <santo@dcariotti.me>2023-05-02 11:44:58 +0200
commit2e7401338f8f13ba7584f5ce54e8e660c8a49cd4 (patch)
tree99665fa19208a36f6bada643f2cbba8b768b4cb4 /2022/day5/Cargo.toml
parent234aed363e1e181f458611505afaf06a54e377d3 (diff)
Add day 5
Diffstat (limited to '2022/day5/Cargo.toml')
-rw-r--r--2022/day5/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/2022/day5/Cargo.toml b/2022/day5/Cargo.toml
new file mode 100644
index 0000000..f9b62bf
--- /dev/null
+++ b/2022/day5/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "day5"
+version = "0.1.0"
+edition = "2021"
+
+# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+
+[dependencies]