diff options
| author | Federico Igne <git@federicoigne.com> | 2021-11-03 18:45:47 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | 921a9ff1bd17c991739a8d3b5b25e65235b49bf5 (patch) | |
| tree | 935e89dee398706a01ff1c3d56bdbf3d8e2d13f6 /rust/bowling/Cargo.toml | |
| parent | fc1d4fbb98323b34829da9393f366fb07d2f1605 (diff) | |
| download | exercism-921a9ff1bd17c991739a8d3b5b25e65235b49bf5.tar.gz exercism-921a9ff1bd17c991739a8d3b5b25e65235b49bf5.zip | |
[rust] Bowling
Diffstat (limited to 'rust/bowling/Cargo.toml')
| -rw-r--r-- | rust/bowling/Cargo.toml | 4 |
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] | ||
| 2 | edition = "2018" | ||
| 3 | name = "bowling" | ||
| 4 | version = "1.2.0" | ||
