drop-take-derive 0.1.0

Internal implementation detail of drop-take
Documentation
[package]
name = "drop-take-derive"
description = "Internal implementation detail of drop-take"
version = "0.1.0"
authors = ["cad97 <cad97@cad97.com>"]
edition = "2018"
license = "MIT"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = "0.4"
syn = { version = "0.15", features = ["extra-traits"] }
quote = "0.6.8"