From 7c67612b8a894187fa3b64725531a5459f9211bf Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 10 Aug 2018 22:33:29 +0300 Subject: organizize --- Cargo.toml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 55dd9165c..8b7cd6a6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,2 @@ -[package] -name = "libsyntax2" -version = "0.1.0" -authors = ["Aleksey Kladov "] -license = "MIT OR Apache-2.0" - [workspace] -members = [ "tools", "cli", "libeditor", "libanalysis", "codeless/server" ] - -[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" } - -[profile.release] -debug = true +members = [ "crates/*" ] -- cgit v1.2.3