mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
12 lines
206 B
TOML
12 lines
206 B
TOML
[package]
|
|
edition = "2018"
|
|
name = "ra_tools"
|
|
version = "0.1.0"
|
|
authors = ["rust-analyzer developers"]
|
|
publish = false
|
|
|
|
[dependencies]
|
|
teraron = "0.1.0"
|
|
walkdir = "2.1.3"
|
|
itertools = "0.8.0"
|
|
clap = "2.32.0"
|