blob: 980802374abd4d317a7733b4446106fa1dc5182c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[package]
name = "xtask"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
fparkan-binary = { path = "../crates/fparkan-binary", version = "0.1.0" }
fparkan-corpus = { path = "../crates/fparkan-corpus", version = "0.1.0" }
cargo_metadata = "0.23.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.9"
[lints]
workspace = true
|