mirror of
https://github.com/ribru17/ts_query_ls.git
synced 2025-12-23 05:36:52 +00:00
Removes an old, unused dependency and only includes schemars in the xtask builds (as it is only used for schema generation)
10 lines
225 B
TOML
10 lines
225 B
TOML
[package]
|
|
name = "xtask"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5.37", features = ["derive"] }
|
|
schemars = "0.8.22"
|
|
serde_json = "1.0.140"
|
|
ts_query_ls = { path = "..", features = ["schema"] }
|