intermodal/crates/data-macros/Cargo.toml
Casey Rodarmor 173c0e5ac5
Initial commit of the data crate
The `data` crate is intended to be used as the manifest serialization
and deserialization format.

This blog post describes the motivation and goals for this crate:

    https://rodarmor.com/blog/data

type: added
2020-05-10 21:38:59 -07:00

16 lines
267 B
TOML

[package]
name = "data-macros"
version = "0.0.0"
authors = ["Casey Rodarmor <casey@rodarmor.com>"]
edition = "2018"
publish = false
[lib]
proc-macro = true
[dependencies]
darling = "0.10.2"
proc-macro2 = "1.0.12"
quote = "1.0.4"
syn = "1.0.18"