summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-25 16:59:13 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-04-25 16:59:13 -0400
commit59ce9bee37136bc32c9cd28d630c248ba63f7609 (patch)
tree57769fb02329f8c653718a001806d8c71226b133 /Cargo.toml
parent3e5e905facb5f198683effbfc3dfb7cd52bd8733 (diff)
Drop failure dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 61377c3..6a052e2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ debug = true
11[dependencies] 11[dependencies]
12adblock = "0.2.8" 12adblock = "0.2.8"
13pyo3 = "0.9" 13pyo3 = "0.9"
14failure = "0.1"
15 14
16[lib] 15[lib]
17name="adblock" 16name="adblock"