2026-06-22 13:12:27 +04:00
|
|
|
[package]
|
|
|
|
|
name = "xtask"
|
|
|
|
|
version.workspace = true
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
repository.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
fparkan-corpus = { path = "../crates/fparkan-corpus" }
|
2026-06-23 22:05:16 +04:00
|
|
|
cargo_metadata = "0.21"
|
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
|
toml = "0.8"
|
2026-06-22 13:12:27 +04:00
|
|
|
|
|
|
|
|
[lints]
|
|
|
|
|
workspace = true
|