mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
15 lines
290 B
TOML
15 lines
290 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" ]
|
|
|
|
[dependencies]
|
|
unicode-xid = "0.1.0"
|
|
text_unit = "0.1.1"
|
|
|
|
[dev-dependencies]
|
|
testutils = { path = "./tests/testutils" }
|