2018-02-03 03:51:06 -06:00
|
|
|
[package]
|
2018-10-15 12:00:54 -05:00
|
|
|
edition = "2018"
|
2018-02-03 03:51:06 -06:00
|
|
|
name = "tools"
|
|
|
|
version = "0.1.0"
|
2019-02-11 02:20:04 -06:00
|
|
|
authors = ["rust-analyzer developers"]
|
2018-02-03 03:51:06 -06:00
|
|
|
publish = false
|
|
|
|
|
|
|
|
[dependencies]
|
2018-10-16 12:36:45 -05:00
|
|
|
teraron = "0.0.1"
|
2018-07-30 06:06:22 -05:00
|
|
|
walkdir = "2.1.3"
|
2018-12-27 06:32:23 -06:00
|
|
|
itertools = "0.8.0"
|
2018-07-30 06:06:22 -05:00
|
|
|
clap = "2.32.0"
|
2018-12-31 02:53:49 -06:00
|
|
|
failure = "0.1.4"
|