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