diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-08 09:56:29 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-08 15:40:48 +0200 |
commit | da4bd49ed1d51461e0841d426784cab4c0f84d1d (patch) | |
tree | 1ab19225261cc0e77286a1c58afcba0d6e59a56d /Cargo.toml | |
parent | 69c070d9436028a3eed97596243bb52aee198210 (diff) |
rm build-dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -20,11 +20,6 @@ tendril = "0.4" typed-arena = "1.3.0" criterion = "0.3" -[build-dependencies] -quote = "1" -syn = { version = "1", features = ["extra-traits", "full", "fold"] } -proc-macro2 = "1" - [[bench]] name = "html5ever" harness = false |