diff options
Diffstat (limited to 'day7/Cargo.toml')
| -rw-r--r-- | day7/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/day7/Cargo.toml b/day7/Cargo.toml new file mode 100644 index 0000000..3f8c455 --- /dev/null +++ b/day7/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "day7" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] +text_io = "0.1.7" |
