summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Brown <gmb60@cam.ac.uk>2021-01-16 12:15:16 +0000
committerGreg Brown <gmb60@cam.ac.uk>2021-01-16 12:15:16 +0000
commit601723aff0a881c9796173580c0c4d5b1b28df51 (patch)
tree381e537a91ee90ca769a533e6c618890ea574dff
parent07f284105874c32123afc27b4299336702ab105f (diff)
Remove unused dependency
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f5abae0..9569eb9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,7 +9,6 @@ members = ["autochomp", "chewed", "chomp-macro"]
[dependencies]
heck = "0.3"
-paste = "1"
quote = "1"
[dependencies.proc-macro2]