aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 04f883850c0a77f4ccc10f62a0b818a39937ddcc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "xtask"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true

[dependencies]
fparkan-corpus = { path = "../crates/fparkan-corpus" }
cargo_metadata = "0.21"
serde = { version = "1.0", features = ["derive"] }
toml = "0.8"

[lints]
workspace = true