13 lines
269 B
TOML
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"
|