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