diff options
| author | Federico Igne <git@federicoigne.com> | 2020-07-09 17:51:00 +0200 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | b6a96e1bfe1a2e411a14fff13948236054a8cca5 (patch) | |
| tree | 38079dbf70091a049b586b504c572bed43d78c33 /high-scores/Cargo.toml | |
| parent | 1bbdf8a1d5490737388d435831639938cec439e0 (diff) | |
| download | exercism-b6a96e1bfe1a2e411a14fff13948236054a8cca5.tar.gz exercism-b6a96e1bfe1a2e411a14fff13948236054a8cca5.zip | |
[rust] High Score
Diffstat (limited to 'high-scores/Cargo.toml')
| -rw-r--r-- | high-scores/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/high-scores/Cargo.toml b/high-scores/Cargo.toml new file mode 100644 index 0000000..f4d70fe --- /dev/null +++ b/high-scores/Cargo.toml | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | [dependencies] | ||
| 2 | |||
| 3 | [package] | ||
| 4 | edition = "2018" | ||
| 5 | name = "high-scores" | ||
| 6 | version = "4.0.0" | ||
