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

[workspace]
members = ["autochomp", "chewed", "chomp-bench", "chomp-macro"]

[dependencies]
heck = "0.3.2"
once_cell = "1.7.2"
proc-macro2 = "1.0.24"
quote = "1.0.8"
syn = "1.0.58"