+ Parsing working from a test XML file + All parsing is handled by the models + Clippy + fmt
11 lines
267 B
TOML
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" |