aboutsummaryrefslogtreecommitdiff
path: root/xtask/Cargo.toml
blob: 72ab0cf6bd846fd1b85ed21ac65d80d1ae9815d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.23.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.9"

[lints]
workspace = true