Martin Brodbeck
23c126ec9a
particularly quick_xml which caused some code changes. Lots of testing should be done.
15 lines
336 B
TOML
15 lines
336 B
TOML
[package]
|
|
name = "pbdbfixer"
|
|
version = "0.8.3"
|
|
authors = ["Martin Brodbeck <martin@brodbeck-online.de>"]
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
zip = "2.2.0"
|
|
quick-xml = "0.37"
|
|
|
|
[dependencies.rusqlite]
|
|
version = "0.32.1"
|
|
features = ["bundled"]
|