commit ec193aa9d973b3b7e0a7f5a4d771239c5f00ed21 parent d075eb00fff60603556a29714c348821a0bdda9a Author: Árni Dagur <agudmundsson@fc-md.umd.edu> Date: Sun, 29 Mar 2020 23:35:07 -0400 Set cargo.toml name to 'adblock' Diffstat:
| M | Cargo.toml | | | 8 | +++----- |
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/Cargo.toml b/Cargo.toml @@ -1,11 +1,10 @@ [package] -name = "python-adblock" +name = "adblock" +publish = false version = "0.1.0" authors = ["Árni Dagur <arni@dagur.eu"] edition = "2018" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] adblock = "0.2.6" pyo3 = "0.9" @@ -16,4 +15,4 @@ name="adblock" crate-type = ["rlib", "cdylib"] [features] -default = ["pyo3/extension-module"] -\ No newline at end of file +default = ["pyo3/extension-module"]