mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
14 lines
263 B
TOML
14 lines
263 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"
|
|
walkdir = "2"
|
|
itertools = "0.7"
|
|
libsyntax2 = { path = "../" }
|