rust-analyzer/crates/ra_tools/Cargo.toml

13 lines
269 B
TOML
Raw Normal View History

2018-02-03 09:51:06 +00:00
[package]
2018-10-15 17:00:54 +00:00
edition = "2018"
name = "ra_tools"
2018-02-03 09:51:06 +00:00
version = "0.1.0"
authors = ["rust-analyzer developers"]
2018-02-03 09:51:06 +00:00
publish = false
[dependencies]
2019-06-15 18:48:50 +00:00
teraron = { git = "https://github.com/mominul/teraron.git", branch = "failure" }
2018-07-30 11:06:22 +00:00
walkdir = "2.1.3"
itertools = "0.8.0"
2018-07-30 11:06:22 +00:00
clap = "2.32.0"