zed/crates/xtask/Cargo.toml

14 lines
334 B
TOML
Raw Normal View History

2023-06-21 19:48:09 +03:00
[package]
name = "xtask"
version = "0.1.0"
edition = "2021"
2023-06-21 19:51:06 +03:00
publish = false
2023-06-21 19:48:09 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-06-21 20:06:34 +03:00
anyhow = "1.0"
clap = {version = "4.0", features = ["derive"]}
2023-06-21 19:48:09 +03:00
theme = {path = "../theme"}
serde_json.workspace = true
schemars.workspace = true