aboutsummaryrefslogtreecommitdiff
path: root/rust/bowling/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2021-11-03 18:45:47 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commit921a9ff1bd17c991739a8d3b5b25e65235b49bf5 (patch)
tree935e89dee398706a01ff1c3d56bdbf3d8e2d13f6 /rust/bowling/Cargo.toml
parentfc1d4fbb98323b34829da9393f366fb07d2f1605 (diff)
downloadexercism-921a9ff1bd17c991739a8d3b5b25e65235b49bf5.tar.gz
exercism-921a9ff1bd17c991739a8d3b5b25e65235b49bf5.zip
[rust] Bowling
Diffstat (limited to 'rust/bowling/Cargo.toml')
-rw-r--r--rust/bowling/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/bowling/Cargo.toml b/rust/bowling/Cargo.toml
new file mode 100644
index 0000000..b14350e
--- /dev/null
+++ b/rust/bowling/Cargo.toml
@@ -0,0 +1,4 @@
1[package]
2edition = "2018"
3name = "bowling"
4version = "1.2.0"