diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 19:45:06 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 19:45:06 +0200 |
| commit | 2a0f5d3f3d28235abe87898597f8fb89b9668885 (patch) | |
| tree | b1456455037dba5e4bfc0d4ae3de2f6482b9ab76 /day6/Cargo.toml | |
| parent | d7ed7cb411329c15e2c5457b3b1c48aa9dba22c8 (diff) | |
Solve day6
Diffstat (limited to 'day6/Cargo.toml')
| -rw-r--r-- | day6/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/day6/Cargo.toml b/day6/Cargo.toml new file mode 100644 index 0000000..0b3b5e0 --- /dev/null +++ b/day6/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day6" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] +text_io = "0.1.7" |
