diff options
Diffstat (limited to 'beer-song/Cargo.toml')
| -rw-r--r-- | beer-song/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/beer-song/Cargo.toml b/beer-song/Cargo.toml new file mode 100644 index 0000000..ff6683e --- /dev/null +++ b/beer-song/Cargo.toml | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2018" | ||
| 3 | name = "beer-song" | ||
| 4 | version = "0.0.0" | ||
| 5 | |||
| 6 | [dependencies] | ||
| 7 | itertools = "0.9" | ||
