diff options
author | Federico Igne <git@federicoigne.com> | 2022-07-13 13:18:30 +0100 |
---|---|---|
committer | Federico Igne <git@federicoigne.com> | 2022-07-13 13:18:30 +0100 |
commit | 6875c88c3d5a4b699d588bdf95befaec0c9a18e1 (patch) | |
tree | e544eb76d4f07f5e5bb5aab115074cdd688d57da /rust/minesweeper/Cargo.toml | |
parent | bed0d35b2cccff986e2d4babc1b976b0fe01f62e (diff) | |
download | exercism-master.tar.gz exercism-master.zip |
Diffstat (limited to 'rust/minesweeper/Cargo.toml')
-rw-r--r-- | rust/minesweeper/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/minesweeper/Cargo.toml b/rust/minesweeper/Cargo.toml new file mode 100644 index 0000000..5b53e26 --- /dev/null +++ b/rust/minesweeper/Cargo.toml | |||
@@ -0,0 +1,4 @@ | |||
1 | [package] | ||
2 | edition = "2021" | ||
3 | name = "minesweeper" | ||
4 | version = "1.1.0" | ||