diff options
Diffstat (limited to 'xtask/Cargo.toml')
| -rw-r--r-- | xtask/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index ce7316f..04f8838 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -7,6 +7,9 @@ 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 |
