diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 16:13:16 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-06 16:13:16 +0200 |
| commit | d7ed7cb411329c15e2c5457b3b1c48aa9dba22c8 (patch) | |
| tree | 1fd926d34dd5b9b2c96b1bc1578f9b9973d2a654 /day5/Cargo.toml | |
| parent | 7514e260e406ea3706b9f3cfb167b0c8c0217798 (diff) | |
Solve day5
Diffstat (limited to 'day5/Cargo.toml')
| -rw-r--r-- | day5/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day5/Cargo.toml b/day5/Cargo.toml new file mode 100644 index 0000000..122a7cb --- /dev/null +++ b/day5/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day5" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] |
