summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: acba2c932c2774fe2a6026d6c311d0904d2616e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "adblock"
publish = false
version = "0.2.3"
authors = ["Árni Dagur <arni@dagur.eu"]
edition = "2018"
license = "MIT OR Apache-2.0"

[profile.release]
debug = true

[dependencies]
adblock = "0.2.9"
pyo3 = "0.10"

[lib]
name="adblock"
crate-type = ["rlib", "cdylib"]

[features]
default = ["pyo3/extension-module"]