rust-dsn-parser/Cargo.toml
Joey Hines 2dca331092
Initial commit
+ Parsing working from a test XML file
+ All parsing is handled by the models
+ Clippy + fmt
2022-10-08 14:46:43 -06:00

11 lines
267 B
TOML

[package]
name = "rust-dsn-parser"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = "0.9.15"
chrono = {version = "0.4.22", features=["serde"]}
xml-rs = "0.8.3"