summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml9
1 files changed, 0 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f1ed52e..dc2f5f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,15 +9,6 @@ readme = "README.md"
9homepage = "https://github.com/ArniDagur/python-adblock" 9homepage = "https://github.com/ArniDagur/python-adblock"
10repository = "https://github.com/ArniDagur/python-adblock" 10repository = "https://github.com/ArniDagur/python-adblock"
11 11
12[package.metadata.maturin]
13classifier = [
14 "Programming Language :: Python",
15 "Programming Language :: Rust",
16 "License :: OSI Approved :: MIT License",
17 "License :: OSI Approved :: Apache Software License",
18]
19requires-python = ">=3.7"
20
21[profile.release] 12[profile.release]
22debug = true 13debug = true
23 14