diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 20 |
1 files changed, 16 insertions, 4 deletions
| @@ -1,10 +1,22 @@ | |||
| 1 | [package] | 1 | [package] |
| 2 | name = "adblock" | ||
| 3 | publish = false | 2 | publish = false |
| 4 | version = "0.4.1" | 3 | name = "adblock" |
| 5 | authors = ["Árni Dagur <arni@dagur.eu"] | 4 | version = "0.4.2" |
| 6 | edition = "2018" | 5 | edition = "2018" |
| 6 | authors = ["Árni Dagur <arni@dagur.eu>"] | ||
| 7 | license = "MIT OR Apache-2.0" | 7 | license = "MIT OR Apache-2.0" |
| 8 | readme = "README.md" | ||
| 9 | homepage = "https://github.com/ArniDagur/python-adblock" | ||
| 10 | repository = "https://github.com/ArniDagur/python-adblock" | ||
| 11 | |||
| 12 | [package.metadata.maturin] | ||
| 13 | classifier = [ | ||
| 14 | "Programming Language :: Python", | ||
| 15 | "Programming Language :: Rust", | ||
| 16 | "License :: OSI Approved :: MIT License", | ||
| 17 | "License :: OSI Approved :: Apache Software License", | ||
| 18 | ] | ||
| 19 | requires-python = ">=3.6" | ||
| 8 | 20 | ||
| 9 | [profile.release] | 21 | [profile.release] |
| 10 | debug = true | 22 | debug = true |
| @@ -18,4 +30,4 @@ name = "adblock" | |||
| 18 | crate-type = ["rlib", "cdylib"] | 30 | crate-type = ["rlib", "cdylib"] |
| 19 | 31 | ||
| 20 | [features] | 32 | [features] |
| 21 | default = ["pyo3/extension-module"] | 33 | default = ["pyo3/extension-module"] \ No newline at end of file |
