From 7c67612b8a894187fa3b64725531a5459f9211bf Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 10 Aug 2018 22:33:29 +0300 Subject: organizize --- crates/libsyntax2/Cargo.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 crates/libsyntax2/Cargo.toml (limited to 'crates/libsyntax2/Cargo.toml') diff --git a/crates/libsyntax2/Cargo.toml b/crates/libsyntax2/Cargo.toml new file mode 100644 index 000000000..f67735540 --- /dev/null +++ b/crates/libsyntax2/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "libsyntax2" +version = "0.1.0" +authors = ["Aleksey Kladov "] +license = "MIT OR Apache-2.0" + +[dependencies] +unicode-xid = "0.1.0" +text_unit = "0.1.2" +itertools = "0.7.5" +drop_bomb = "0.1.4" +parking_lot = "0.6.0" + +[dev-dependencies] +testutils = { path = "./tests/testutils" } -- cgit v1.2.3