1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
[package] name = "adblock" publish = false version = "0.1.4" authors = ["Árni Dagur <arni@dagur.eu"] edition = "2018" [profile.release] debug = true [dependencies] adblock = "0.2.9" pyo3 = "0.9" [lib] name="adblock" crate-type = ["rlib", "cdylib"] [features] default = ["pyo3/extension-module"]