aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 721ab10949ac97bc63699d1e9973d6d37fea3e18 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "xml-stinks"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"

[dependencies]
quick-xml = "0.27.1"
thiserror = "1.0.38"