This commit is contained in:
nora 2022-02-09 17:39:46 +01:00
parent e5fa49a05a
commit d5fd9abdf7
10 changed files with 640 additions and 7 deletions

9
amqp_codegen/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "amqp_codegen"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
strong-xml = "0.6.3"