mirror of
https://github.com/Sosokker/VocabCollector.git
synced 2025-12-18 13:34:09 +01:00
13 lines
288 B
TOML
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"
|