diff options
| author | Federico Igne <git@federicoigne.com> | 2021-01-04 13:59:27 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | fc1d4fbb98323b34829da9393f366fb07d2f1605 (patch) | |
| tree | 4931923557f7976ba89f374b0c13cdf614b1984f /rust/queen-attack/Cargo.toml | |
| parent | b296156206a9b1bc4473c163bff44e6f2bc95573 (diff) | |
| download | exercism-fc1d4fbb98323b34829da9393f366fb07d2f1605.tar.gz exercism-fc1d4fbb98323b34829da9393f366fb07d2f1605.zip | |
[rust] Queen Attack
Diffstat (limited to 'rust/queen-attack/Cargo.toml')
| -rw-r--r-- | rust/queen-attack/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/queen-attack/Cargo.toml b/rust/queen-attack/Cargo.toml new file mode 100644 index 0000000..ffb4cd8 --- /dev/null +++ b/rust/queen-attack/Cargo.toml | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2018" | ||
| 3 | name = "queen-attack" | ||
| 4 | version = "2.2.0" | ||
