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

[dependencies]
fparkan-corpus = { path = "../crates/fparkan-corpus" }

[lints]
workspace = true