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

[dev-dependencies]
criterion = "0.3.3"
syn = "1.0.58"

[dependencies]
chewed = {path = "../chewed"}
chomp = {path = "../"}
chomp-macro = {path = "../chomp-macro"}
proc-macro2 = "1.0.24"

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