aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_tools/Cargo.toml
blob: 9c543099298cfe122d77aee45ae5e2f71d7d0993 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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"