aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-04-08 14:53:10 +0200
committerMartin Fischer <martin@push-f.com>2021-04-08 15:40:48 +0200
commit7c1b82bf4bac750b7d7311ee29625e40e4441aef (patch)
tree6c92c62ffc6bc048dbe2f15f1bd6651cecf62706 /Cargo.toml
parent6a37a2432efda67aa681338251a0d47d6336f9e3 (diff)
drop log dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c7698a..2021a6c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"