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

View file

@ -0,0 +1,15 @@
[package]
name = "androscalpel_serializer_derive"
version = "0.1.0"
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["parsing"] }
[dev-dependencies]
androscalpel_serializer = { path = "../androscalpel_serializer" }