VocabCollector/Cargo.toml
2024-01-04 12:24:04 +07:00

13 lines
288 B
TOML

[package]
name = "vocabcollector"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
select = "0.6.0"
serde = { version = "1.0", features = ["derive"] }
serde-xml-rs = "0.6.0"
zip = "0.6.6"