init
This commit is contained in:
commit
ab1d6f4f8c
9 changed files with 1452 additions and 0 deletions
15
androscalpel_serializer_derive/Cargo.toml
Normal file
15
androscalpel_serializer_derive/Cargo.toml
Normal 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" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue