dev-macros/Cargo.toml

16 lines
319 B
TOML
Raw Permalink Normal View History

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"
2023-03-05 13:17:27 +00:00
dev-dtos = { git = "https://git.franklinblanco.dev/franklinblanco/dev-dtos.git" }
2023-01-24 21:37:22 +00:00
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1" }