diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-03 09:54:52 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-03 09:54:52 +0000 |
commit | 3c70ae2e26f654ce536f00fde8c159e4ebe6901a (patch) | |
tree | 89fe4c9e08b76f69d39f4a565848c4ba054b6da7 /Cargo.toml | |
parent | 6d9753bf548b22ab1a54462f72c9c0bf4ff69382 (diff) | |
parent | 9435ea4b8e990521ee7a6206b6106bb3ce392746 (diff) |
Merge #38
38: Move tools to a separate package r=matklad a=matklad
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml index e5caa5d12..622abcc42 100644 --- a/Cargo.toml +++ b/Cargo.toml | |||
@@ -4,13 +4,11 @@ version = "0.1.0" | |||
4 | authors = ["Aleksey Kladov <[email protected]>"] | 4 | authors = ["Aleksey Kladov <[email protected]>"] |
5 | license = "MIT OR Apache-2.0" | 5 | license = "MIT OR Apache-2.0" |
6 | 6 | ||
7 | [workspace] | ||
8 | members = [ "tools" ] | ||
9 | |||
7 | [dependencies] | 10 | [dependencies] |
8 | unicode-xid = "0.1.0" | 11 | unicode-xid = "0.1.0" |
9 | 12 | ||
10 | serde = "1.0.26" | ||
11 | serde_derive = "1.0.26" | ||
12 | file = "1.1.1" | ||
13 | ron = "0.1.5" | ||
14 | |||
15 | [dev-dependencies] | 13 | [dev-dependencies] |
16 | testutils = { path = "./tests/testutils" } | 14 | testutils = { path = "./tests/testutils" } |