diff options
| author | Federico Igne <git@federicoigne.com> | 2021-01-03 16:48:43 +0000 |
|---|---|---|
| committer | Federico Igne <git@federicoigne.com> | 2021-11-03 18:55:08 +0000 |
| commit | b296156206a9b1bc4473c163bff44e6f2bc95573 (patch) | |
| tree | 6cfb199d183b2ec102489d0e6ba436819020c929 /rust/robot-simulator/Cargo.toml | |
| parent | e7e054e21fd530fa6873b7aedd1fc4d4cfe5eb29 (diff) | |
| download | exercism-b296156206a9b1bc4473c163bff44e6f2bc95573.tar.gz exercism-b296156206a9b1bc4473c163bff44e6f2bc95573.zip | |
[rust] Robot Simulator
Diffstat (limited to 'rust/robot-simulator/Cargo.toml')
| -rw-r--r-- | rust/robot-simulator/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/rust/robot-simulator/Cargo.toml b/rust/robot-simulator/Cargo.toml new file mode 100644 index 0000000..7d5b75f --- /dev/null +++ b/rust/robot-simulator/Cargo.toml | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | [package] | ||
| 2 | edition = "2018" | ||
| 3 | name = "robot-simulator" | ||
| 4 | version = "2.2.0" | ||
