aboutsummaryrefslogtreecommitdiff
path: root/dot-dsl/Cargo.toml
diff options
context:
space:
mode:
authorFederico Igne <git@federicoigne.com>2020-12-23 09:00:04 +0000
committerFederico Igne <git@federicoigne.com>2021-11-03 18:55:08 +0000
commitfdb2a8621dbb08f8cb5a28ee6aaafe07bdbb5d77 (patch)
treeefc95dd83c7de5237c2cb25df66da85aea3465b4 /dot-dsl/Cargo.toml
parent99dbef8747116ae11b6e601af0187a72447dd021 (diff)
downloadexercism-fdb2a8621dbb08f8cb5a28ee6aaafe07bdbb5d77.tar.gz
exercism-fdb2a8621dbb08f8cb5a28ee6aaafe07bdbb5d77.zip
[rust] DOT DSL
Diffstat (limited to 'dot-dsl/Cargo.toml')
-rw-r--r--dot-dsl/Cargo.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/dot-dsl/Cargo.toml b/dot-dsl/Cargo.toml
new file mode 100644
index 0000000..3da0d67
--- /dev/null
+++ b/dot-dsl/Cargo.toml
@@ -0,0 +1,7 @@
1[package]
2edition = "2018"
3name = "dot-dsl"
4version = "0.1.0"
5
6[dependencies]
7maplit = "1.0.1"