mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
14 lines
334 B
TOML
14 lines
334 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
publish = false
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
clap = {version = "4.0", features = ["derive"]}
|
|
theme = {path = "../theme"}
|
|
serde_json.workspace = true
|
|
schemars.workspace = true
|