diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-10 15:44:07 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2018-12-10 15:44:07 +0200 |
| commit | b8e9c88da10835a32c82891c93023eb6eda952ed (patch) | |
| tree | cf5ebb2980f8fb755960453f54844d69cd14f865 /day9/Cargo.toml | |
| parent | 8467faf37f2142bd48570aa6bff3ee685ac205ce (diff) | |
Solve day9
Diffstat (limited to 'day9/Cargo.toml')
| -rw-r--r-- | day9/Cargo.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/day9/Cargo.toml b/day9/Cargo.toml new file mode 100644 index 0000000..0254f94 --- /dev/null +++ b/day9/Cargo.toml @@ -0,0 +1,8 @@ +[package] +name = "day9" +version = "0.1.0" +authors = ["Jan Tuomi <jan.tuomi@eficode.com>"] + +[dependencies] +text_io = "0.1.7" +flame = "0.2.2" |
