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

[dependencies]
proc-macro2 = "1.0.24"
quote = "1.0.7"

[dependencies.syn]
version = "1.0.48"
features = ["extra-traits"]