zed/crates/xtask/Cargo.toml

14 lines
334 B
TOML
Raw Normal View History

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