1
0
Fork 0
forked from wry/wry

xml-to-wire: add new utility

This commit is contained in:
Julian Orth 2025-09-20 18:35:49 +02:00
parent aa70bde75d
commit 6d8fb37db4
7 changed files with 829 additions and 11 deletions

View file

@ -13,7 +13,7 @@ name = "jay"
path = "src/main.rs"
[workspace]
members = ["jay-config", "toml-config", "algorithms", "toml-spec", "wire-to-xml"]
members = ["jay-config", "toml-config", "algorithms", "toml-spec", "wire-to-xml", "xml-to-wire"]
[profile.release]
panic = "abort"