mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 23:24:29 +00:00
15 lines
No EOL
275 B
TOML
15 lines
No EOL
275 B
TOML
[package]
|
|
name = "libsyntax2"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
|
|
[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" } |