2018-02-03 12:51:06 +03:00
|
|
|
[package]
|
2018-10-15 20:00:54 +03:00
|
|
|
edition = "2018"
|
2019-10-17 19:36:55 +03:00
|
|
|
name = "xtask"
|
2018-02-03 12:51:06 +03:00
|
|
|
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
|
2020-07-14 10:57:26 +09:00
|
|
|
license = "MIT OR Apache-2.0"
|
2018-02-03 12:51:06 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2020-02-18 15:57:41 +02:00
|
|
|
anyhow = "1.0.26"
|
2020-06-21 15:58:34 +03:00
|
|
|
flate2 = "1.0"
|
2020-07-29 15:45:23 +02:00
|
|
|
proc-macro2 = "1.0.8"
|
|
|
|
quote = "1.0.2"
|
2021-02-21 19:33:55 +02:00
|
|
|
ungrammar = "=1.11"
|
2020-07-29 15:45:23 +02:00
|
|
|
walkdir = "2.3.1"
|
2020-12-15 19:23:51 +01:00
|
|
|
write-json = "0.1.0"
|
2020-10-16 19:46:03 +02:00
|
|
|
xshell = "0.1"
|
2021-03-01 21:12:44 +03:00
|
|
|
xflags = "0.1.2"
|
2020-08-14 17:30:16 +02:00
|
|
|
# Avoid adding more dependencies to this crate
|