From 02481656966b0a8dfc95cf3c22bcc049660ff7d4 Mon Sep 17 00:00:00 2001 From: Federico Igne Date: Sat, 26 Dec 2020 17:48:38 +0000 Subject: Move Rust exercises in a subdirectory --- rust/dot-dsl/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 rust/dot-dsl/Cargo.toml (limited to 'rust/dot-dsl/Cargo.toml') diff --git a/rust/dot-dsl/Cargo.toml b/rust/dot-dsl/Cargo.toml new file mode 100644 index 0000000..3da0d67 --- /dev/null +++ b/rust/dot-dsl/Cargo.toml @@ -0,0 +1,7 @@ +[package] +edition = "2018" +name = "dot-dsl" +version = "0.1.0" + +[dependencies] +maplit = "1.0.1" -- cgit v1.2.3