From b296156206a9b1bc4473c163bff44e6f2bc95573 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sun, 3 Jan 2021 16:48:43 +0000 Subject: [rust] Robot Simulator --- rust/robot-simulator/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust/robot-simulator/Cargo.toml (limited to 'rust/robot-simulator/Cargo.toml') 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 @@ +[package] +edition = "2018" +name = "robot-simulator" +version = "2.2.0" -- cgit v1.2.3