summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-03-29 23:23:03 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-03-29 23:23:03 -0400
commitd075eb00fff60603556a29714c348821a0bdda9a (patch)
tree180ee9868613cc2d3dbea05e51ea8a1e3950499b /Cargo.toml
parent129bfc10146973ce8a33fcd383c56c4f8071a492 (diff)
Add serialization and deserialization methods
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 334176d..c245655 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,8 +7,9 @@ edition = "2018"
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 8
9[dependencies] 9[dependencies]
10adblock = "0.2.6"
10pyo3 = "0.9" 11pyo3 = "0.9"
11adblock = "0.2" 12failure = "0.1"
12 13
13[lib] 14[lib]
14name="adblock" 15name="adblock"