mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-15 17:28:09 +00:00
16 lines
317 B
TOML
16 lines
317 B
TOML
[package]
|
|
name = "libsyntax2"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[workspace]
|
|
members = [ "tools", "cli" ]
|
|
|
|
[dependencies]
|
|
unicode-xid = "0.1.0"
|
|
text_unit = "0.1.1"
|
|
itertools = "0.7.5"
|
|
|
|
[dev-dependencies]
|
|
testutils = { path = "./tests/testutils" }
|