keypath-proc-macros 0.2.0

proc macros for the keypath crate
Documentation
[dependencies.litrs]
version = "0.2.3"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0.39"

[dev-dependencies.keypath]
version = "0.2.0"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Colin Rofls <colin@cmyr.net>"]
autotests = false
description = "proc macros for the keypath crate"
edition = "2018"
license = "Apache-2.0"
name = "keypath-proc-macros"
readme = "../README.md"
repository = "https://github.com/cmyr/keypath"
version = "0.2.0"

[[test]]
name = "tests"
path = "tests/run.rs"