diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "adblock" | 2 | name = "adblock" |
| 3 | publish = false | 3 | publish = false |
| 4 | version = "0.3.0" | 4 | version = "0.3.1" |
| 5 | authors = ["Árni Dagur <arni@dagur.eu"] | 5 | authors = ["Árni Dagur <arni@dagur.eu"] |
| 6 | edition = "2018" | 6 | edition = "2018" |
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
| @@ -10,11 +10,11 @@ license = "MIT OR Apache-2.0" | |||
| 10 | debug = true | 10 | debug = true |
| 11 | 11 | ||
| 12 | [dependencies] | 12 | [dependencies] |
| 13 | adblock = "0.3.0" | 13 | adblock = { version = "0.3.2", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } |
| 14 | pyo3 = "0.10" | 14 | pyo3 = "0.11" |
| 15 | 15 | ||
| 16 | [lib] | 16 | [lib] |
| 17 | name="adblock" | 17 | name = "adblock" |
| 18 | crate-type = ["rlib", "cdylib"] | 18 | crate-type = ["rlib", "cdylib"] |
| 19 | 19 | ||
| 20 | [features] | 20 | [features] |
