diff options
author | Martin Fischer <martin@push-f.com> | 2021-04-08 14:53:10 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-04-08 15:40:48 +0200 |
commit | 7c1b82bf4bac750b7d7311ee29625e40e4441aef (patch) | |
tree | 6c92c62ffc6bc048dbe2f15f1bd6651cecf62706 /Cargo.toml | |
parent | 6a37a2432efda67aa681338251a0d47d6336f9e3 (diff) |
drop log dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -10,9 +10,6 @@ documentation = "https://docs.rs/html5ever" categories = [ "parser-implementations", "web-programming" ] edition = "2018" -[dependencies] -log = "0.4" - [dev-dependencies] typed-arena = "1.3.0" criterion = "0.3" |