diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,20 +1,20 @@ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [package] -name = "sen-py" -version = "0.1.0" +name = "senpy-club" +version = "0.1.1" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "The Senpy Club API Wrapper for Python" -readme = "README.rst" -homepage = "https://github.com/senpy-club/sen-py" +readme = "README.md" +homepage = "https://pypi.org/project/senpy-club/" repository = "https://github.com/senpy-club/sen-py" license = "GPL-3.0-only" keywords = ["rust", "anime", "senpy", "senpy-club"] categories = ["web-programming", "api-bindings"] [lib] -name = "sen_py" +name = "senpy_club" crate-type = ["cdylib"] [dependencies] |