summaryrefslogtreecommitdiffstats
path: root/day3/Cargo.toml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2018-12-05 18:12:49 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2018-12-05 18:12:49 +0200
commit544047037c431cabcd224dc9a5451f4794ed5234 (patch)
tree30f5cc431c7581fbb45975d3f799be72b28ef99f /day3/Cargo.toml
parent257ce22cd4bc5b561feea9a6e19415a86c250e23 (diff)
Solve day3
Diffstat (limited to 'day3/Cargo.toml')
-rw-r--r--day3/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/day3/Cargo.toml b/day3/Cargo.toml
new file mode 100644
index 0000000..7adda0b
--- /dev/null
+++ b/day3/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "day3"
+version = "0.1.0"
+authors = ["Jan Tuomi <jan.tuomi@eficode.com>"]
+
+[dependencies]
+text_io = "0.1.7" \ No newline at end of file