[package] name = "procmac" version = "0.1.0" authors = ["ReneAcosta "] edition = "2018" description= "modulo de agregados mac" documentation = "https://gitlab.com/requisicionesstj/procmac" repository = "https://gitlab.com/requisicionesstj/procmac" readme = "../procmac/README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html license = "MIT" keywords = ["macros"] categories = ["macros", "proc"] [dependencies] lettre = "0.10.0-alpha.4" [lib] proc-macro = true