aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b16ca4c7e..0afd4d327 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,6 +3,11 @@ name = "libsyntax2"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"] 4authors = ["Aleksey Kladov <[email protected]>"]
5 5
6[dev-dependencies] 6[dependencies]
7serde = "1.0.26"
8serde_derive = "1.0.26"
7file = "1.1.1" 9file = "1.1.1"
10ron = "0.1.5"
11
12[dev-dependencies]
8difference = "1.0.0" 13difference = "1.0.0"