craydate-macro 0.1.2

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

authors = ["Adrienne Walker <enne@quisquo.us>", "Dana Jansens <danakj@orodu.net>"]

description = "Proc macros for using the craydate crate."

documentation = "https://docs.rs/craydate-macro"

edition = "2021"

homepage = "https://github.com/danakj/craydate"

license = "MIT/Apache-2.0"

name = "craydate-macro"

repository = "https://github.com/danakj/craydate"

version = "0.1.2"



[lib]

proc-macro = true



[dependencies]

proc-macro2 = "1"

quote = "1"

syn = {version = "1", features = ["full"]}