diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-10 18:32:09 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-10 18:32:09 +0200 |
| commit | 49230f87d81c21f11c6d227109b7b9eaee52608f (patch) | |
| tree | b10589341472bcab4d428943878733d70bdebf4e /day10/Cargo.toml | |
| parent | b8e9c88da10835a32c82891c93023eb6eda952ed (diff) | |
Solve day10
Diffstat (limited to 'day10/Cargo.toml')
| -rw-r--r-- | day10/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/day10/Cargo.toml b/day10/Cargo.toml new file mode 100644 index 0000000..c4a7df0 --- /dev/null +++ b/day10/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day10" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] +text_io = "0.1.7" |
