diff options
| 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 |
| commit | 129bfc10146973ce8a33fcd383c56c4f8071a492 (patch) | |
| tree | 453a3a4f4776e29859df94c4a97354940e3dc919 /Cargo.toml | |
first commit
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 18 |
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] | ||
| 2 | name = "python-adblock" | ||
| 3 | version = "0.1.0" | ||
| 4 | authors = ["Árni Dagur <arni@dagur.eu"] | ||
| 5 | edition = "2018" | ||
| 6 | |||
| 7 | # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
| 8 | |||
| 9 | [dependencies] | ||
| 10 | pyo3 = "0.9" | ||
| 11 | adblock = "0.2" | ||
| 12 | |||
| 13 | [lib] | ||
| 14 | name="adblock" | ||
| 15 | crate-type = ["rlib", "cdylib"] | ||
| 16 | |||
| 17 | [features] | ||
| 18 | default = ["pyo3/extension-module"] \ No newline at end of file | ||
