mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-27 21:43:37 +00:00
12 lines
231 B
TOML
12 lines
231 B
TOML
[package]
|
|
name = "tools"
|
|
version = "0.1.0"
|
|
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
serde = "1.0.26"
|
|
serde_derive = "1.0.26"
|
|
file = "1.1.1"
|
|
ron = "0.1.5"
|
|
libsyntax2 = { path = "../" }
|