aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/Cargo.toml
blob: 35ea3231b264932edfd1a3961dfb7b6a136b3fbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
edition = "2018"
name = "ra_tools"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false

[dependencies]
teraron = "0.0.1"
walkdir = "2.1.3"
itertools = "0.8.0"
clap = "2.32.0"
failure = "0.1.4"