aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2017-12-28 21:27:56 +0000
committerAleksey Kladov <[email protected]>2017-12-28 21:27:56 +0000
commit45fce4b3ef53b0ffc78aac7064701f1f31792a5a (patch)
treec388ecdfa2120eb1f9234958c22fff42746a6f64 /Cargo.toml
parente132280844db6af5a70739bba3bd89382c39e37e (diff)
Lexer testing infra
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c94b99fad..b16ca4c7e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,4 +3,6 @@ name = "libsyntax2"
3version = "0.1.0" 3version = "0.1.0"
4authors = ["Aleksey Kladov <[email protected]>"] 4authors = ["Aleksey Kladov <[email protected]>"]
5 5
6[dependencies] 6[dev-dependencies]
7file = "1.1.1"
8difference = "1.0.0"