This commit is contained in:
Jean-Marie Mineau 2023-07-21 11:36:33 +02:00
commit ab1d6f4f8c
9 changed files with 1452 additions and 0 deletions

6
Cargo.toml Normal file
View file

@ -0,0 +1,6 @@
[workspace]
members = [
"androscalpel_serializer",
"androscalpel_serializer_derive",
]