2022-08-13 20:45:02 +00:00
|
|
|
[package]
|
|
|
|
name = "dev-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
2023-01-24 22:03:45 +00:00
|
|
|
#proc-macro = true
|
2022-08-13 20:45:02 +00:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
syn = "1.0"
|
2023-01-24 22:03:45 +00:00
|
|
|
#quote = "1.0"
|
2023-01-24 21:37:22 +00:00
|
|
|
#proc-macro2 = "1.0"
|
|
|
|
|
|
|
|
dev-dtos = { git = "https://github.com/franklinblanco/user-svc-dtos-rust.git" }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
|
|
serde_json = { version = "1" }
|