aboutsummaryrefslogtreecommitdiff
path: root/beer-song/Cargo.toml
diff options
context:
space:
mode:
authorFederico I <git@federicoigne.com>2020-03-17 00:53:30 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:54:45 +0000
commitac194ed95d6b97eef6dd60f8a3524f63fa408553 (patch)
treea7e5ae82dc02475ff711cd5e39ae1e4817276624 /beer-song/Cargo.toml
parenta4b6e4b2e898b7efa0b44b490bd731557b0cc41b (diff)
downloadexercism-ac194ed95d6b97eef6dd60f8a3524f63fa408553.tar.gz
exercism-ac194ed95d6b97eef6dd60f8a3524f63fa408553.zip
[rust] Beer Song
Diffstat (limited to 'beer-song/Cargo.toml')
-rw-r--r--beer-song/Cargo.toml7
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]
2edition = "2018"
3name = "beer-song"
4version = "0.0.0"
5
6[dependencies]
7itertools = "0.9"