diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-01-07 12:44:06 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-01-07 12:44:06 +0000 |
commit | fe2eac31d9dbec772796c3ea75be32e9cd01b810 (patch) | |
tree | ad0c0ad42ce986d3dd915512de8c18968194c15a /autochomp/Cargo.toml | |
parent | eb280a903f8f20d0b0c0ef5acae955a20929d100 (diff) |
Add first steps of AutoChomp
Diffstat (limited to 'autochomp/Cargo.toml')
-rw-r--r-- | autochomp/Cargo.toml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml new file mode 100644 index 0000000..4e20c49 --- /dev/null +++ b/autochomp/Cargo.toml @@ -0,0 +1,15 @@ +[package] +name = "autochomp" +version = "0.1.0" +authors = ["Greg Brown <gmb60@cam.ac.uk>"] +edition = "2018" + +[build-dependencies] +chomp = {path = ".."} + +[build-dependencies.syn] +version = "1" +features = ["extra-traits"] + +[dependencies] +chewed = {path = "../chewed"} |