rust/crates/ra_tools/Cargo.toml
Muhammad Mominul Huque 91510db6d8
Fall down of failures
2019-06-16 00:48:50 +06:00

13 lines
269 B
TOML

[package]
edition = "2018"
name = "ra_tools"
version = "0.1.0"
authors = ["rust-analyzer developers"]
publish = false
[dependencies]
teraron = { git = "https://github.com/mominul/teraron.git", branch = "failure" }
walkdir = "2.1.3"
itertools = "0.8.0"
clap = "2.32.0"