appdb-macros 0.2.21

Proc macros for the appdb crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "appdb-macros"

version.workspace = true

edition.workspace = true

rust-version.workspace = true

license.workspace = true

description = "Proc macros for the appdb crate"

documentation = "https://docs.rs/appdb-macros"

readme = "../README.md"



[lib]

proc-macro = true



[dependencies]

proc-macro2.workspace = true

quote.workspace = true

syn.workspace = true

serde_json.workspace = true