mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
16 lines
No EOL
305 B
TOML
16 lines
No EOL
305 B
TOML
[package]
|
|
name = "libsyntax2"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
unicode-xid = "0.1.0"
|
|
|
|
serde = "1.0.26"
|
|
serde_derive = "1.0.26"
|
|
file = "1.1.1"
|
|
ron = "0.1.5"
|
|
|
|
[dev-dependencies]
|
|
testutils = { path = "./tests/testutils" } |