diff options
author | Greg Brown <gmb60@cam.ac.uk> | 2021-01-19 22:16:56 +0000 |
---|---|---|
committer | Greg Brown <gmb60@cam.ac.uk> | 2021-01-19 22:16:56 +0000 |
commit | f6916209d57682493288ab42e695204b95d0ba23 (patch) | |
tree | d8611f6fec777d9fe0527c7ef410b33f6da14353 /autochomp | |
parent | 5b5fc35b0ded2b1e01ba1878b722585cc40a93e6 (diff) |
Clean up cargo manifests.
Diffstat (limited to 'autochomp')
-rw-r--r-- | autochomp/Cargo.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/autochomp/Cargo.toml b/autochomp/Cargo.toml index 4d5aaef..f8d6265 100644 --- a/autochomp/Cargo.toml +++ b/autochomp/Cargo.toml @@ -4,10 +4,6 @@ version = "0.1.0" authors = ["Greg Brown <gmb60@cam.ac.uk>"] edition = "2018" -[build-dependencies.syn] -version = "1" -features = ["extra-traits"] - [dependencies] chewed = {path = "../chewed"} chomp = {path = "../"} |