refactor: split cargo workspace
This commit is contained in:
parent
5db14936e7
commit
1c21bd1259
695 changed files with 32023 additions and 44964 deletions
8
crates/xml-to-wire/Cargo.toml
Normal file
8
crates/xml-to-wire/Cargo.toml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "xml-to-wire"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
quick-xml = "0.39.0"
|
||||
thiserror = "2.0.16"
|
||||
Loading…
Add table
Add a link
Reference in a new issue