Initial commit.

This commit is contained in:
Alex Zenla
2024-01-08 12:43:16 -08:00
commit 710282674a
9 changed files with 328 additions and 0 deletions

5
Cargo.toml Normal file
View File

@ -0,0 +1,5 @@
[workspace]
members = [
"xsd"
]
resolver = "2"