summaryrefslogtreecommitdiff
path: root/chomp-macro/Cargo.toml
blob: 3bae0ef51fc863e85421a8c1ad8d266d8c9c49e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "chomp-macro"
version = "0.1.0"
authors = ["Greg Brown <gmb60@cam.ac.uk>"]
edition = "2018"

[dependencies]
chomp = {path = ".."}

[dependencies.syn]
version = "1.0.58"
features = ["parsing", "proc-macro"]

[dev-dependencies]
chewed = {path = "../chewed"}
criterion = "0.3.3"

[lib]
proc_macro = true

[[bench]]
name = "json"
harness = false