summaryrefslogtreecommitdiff
path: root/2019/rust/day05/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '2019/rust/day05/Cargo.toml')
-rw-r--r--2019/rust/day05/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/2019/rust/day05/Cargo.toml b/2019/rust/day05/Cargo.toml
new file mode 100644
index 0000000..0c5a90e
--- /dev/null
+++ b/2019/rust/day05/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "day05"
+version = "0.1.0"
+authors = ["cos <cos>"]
+edition = "2018"
+
+[dependencies]