diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-04 15:42:54 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-04 15:42:54 +0200 |
| commit | f70c926c17bc244bf51e8c05d891b0b13528fe8a (patch) | |
| tree | ad58a4ed55f257a668cceee88d2465a4c066ac38 /day1/Cargo.toml | |
Initial commit
Diffstat (limited to 'day1/Cargo.toml')
| -rw-r--r-- | day1/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/day1/Cargo.toml b/day1/Cargo.toml new file mode 100644 index 0000000..1084a3f --- /dev/null +++ b/day1/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day1" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] |
