summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c245655..6c37c88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,11 +1,10 @@
1[package] 1[package]
2name = "python-adblock" 2name = "adblock"
3publish = false
3version = "0.1.0" 4version = "0.1.0"
4authors = ["Árni Dagur <arni@dagur.eu"] 5authors = ["Árni Dagur <arni@dagur.eu"]
5edition = "2018" 6edition = "2018"
6 7
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies] 8[dependencies]
10adblock = "0.2.6" 9adblock = "0.2.6"
11pyo3 = "0.9" 10pyo3 = "0.9"
@@ -16,4 +15,4 @@ name="adblock"
16crate-type = ["rlib", "cdylib"] 15crate-type = ["rlib", "cdylib"]
17 16
18[features] 17[features]
19default = ["pyo3/extension-module"] \ No newline at end of file 18default = ["pyo3/extension-module"]