1
0
Fork 0
forked from wry/wry

utils: add wire-to-xml utility

This commit is contained in:
Julian Orth 2025-07-12 08:12:30 +02:00
parent e7697b790a
commit 1ab031b206
6 changed files with 823 additions and 564 deletions

View file

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