From d075eb00fff60603556a29714c348821a0bdda9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81rni=20Dagur?= Date: Sun, 29 Mar 2020 23:23:03 -0400 Subject: Add serialization and deserialization methods --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 334176d..c245655 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,9 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +adblock = "0.2.6" pyo3 = "0.9" -adblock = "0.2" +failure = "0.1" [lib] name="adblock" -- cgit v1.2.3