summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-03-28 23:15:47 -0400
committerÁrni Dagur <agudmundsson@fc-md.umd.edu>2020-03-28 23:15:47 -0400
commit129bfc10146973ce8a33fcd383c56c4f8071a492 (patch)
tree453a3a4f4776e29859df94c4a97354940e3dc919 /Cargo.toml
first commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 18 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..334176d
--- /dev/null
+++ b/Cargo.toml
@@ -0,0 +1,18 @@
1[package]
2name = "python-adblock"
3version = "0.1.0"
4authors = ["Árni Dagur <arni@dagur.eu"]
5edition = "2018"
6
7# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9[dependencies]
10pyo3 = "0.9"
11adblock = "0.2"
12
13[lib]
14name="adblock"
15crate-type = ["rlib", "cdylib"]
16
17[features]
18default = ["pyo3/extension-module"] \ No newline at end of file