]> git.lizzy.rs Git - rust.git/blob - Cargo.toml
update text-unit
[rust.git] / Cargo.toml
1 [package]
2 name = "libsyntax2"
3 version = "0.1.0"
4 authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
5 license = "MIT OR Apache-2.0"
6
7 [workspace]
8 members = [ "tools", "cli" ]
9
10 [dependencies]
11 unicode-xid = "0.1.0"
12 text_unit = "0.1.2"
13 itertools = "0.7.5"
14
15 [dev-dependencies]
16 testutils = { path = "./tests/testutils" }