summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 0d48eb13f70e3734b5e96ba136fc035f140cab93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"
proc-macro2 = "1.0.24"
quote = "1.0.8"
syn = "1.0.58"