rust-analyzer/xtask/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
282 B
TOML
Raw Normal View History

2018-02-03 09:51:06 +00:00
[package]
2019-10-17 16:36:55 +00:00
name = "xtask"
2018-02-03 09:51:06 +00:00
version = "0.1.0"
publish = false
2020-07-14 01:57:26 +00:00
license = "MIT OR Apache-2.0"
2021-10-23 12:07:11 +00:00
edition = "2021"
2021-12-15 20:49:48 +00:00
rust-version = "1.57"
2018-02-03 09:51:06 +00:00
[dependencies]
2022-06-10 14:30:09 +00:00
anyhow = "1.0.57"
flate2 = "1.0.24"
2022-03-22 16:36:41 +00:00
write-json = "0.1.2"
2022-06-10 14:30:09 +00:00
xshell = "0.2.2"
2022-03-22 16:36:41 +00:00
xflags = "0.2.4"
2020-08-14 15:30:16 +00:00
# Avoid adding more dependencies to this crate