]> git.proxmox.com Git - perlmod.git/blob - perlmod-macro/Cargo.toml
macro: pull in 'perlmod' dependency in for doctests
[perlmod.git] / perlmod-macro / Cargo.toml
1 [package]
2 name = "perlmod-macro"
3 version = "0.1.0"
4 authors = ["Wolfgang Bumiller <w.bumiller@proxmox.com>"]
5 edition = "2018"
6
7 [lib]
8 proc-macro = true
9
10 [dependencies]
11 failure = "0.1"
12 proc-macro2 = "1.0"
13 quote = "1.0"
14 syn = { version = "1.0", features = [ "full" ] }
15
16 [dev-dependencies]
17 perlmod = { path = "../perlmod" }