diff options
| author | Federico I <git@federicoigne.com> | 2020-03-17 00:53:30 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:54:45 +0000 |
| commit | ac194ed95d6b97eef6dd60f8a3524f63fa408553 (patch) | |
| tree | a7e5ae82dc02475ff711cd5e39ae1e4817276624 /beer-song/Cargo.toml | |
| parent | a4b6e4b2e898b7efa0b44b490bd731557b0cc41b (diff) | |
| download | exercism-ac194ed95d6b97eef6dd60f8a3524f63fa408553.tar.gz exercism-ac194ed95d6b97eef6dd60f8a3524f63fa408553.zip | |
[rust] Beer Song
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" | ||
