diff options
| author | Fuwn <[email protected]> | 2022-03-23 01:21:26 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-23 01:21:26 -0700 |
| commit | ed05fdf034bf57c4e70e2c48c950c219aca69642 (patch) | |
| tree | d26ce225e5b68bfe364d42f152fa13f011b0399a /Cargo.toml | |
| parent | feat: 0.1.0 :star: (diff) | |
| download | sen-py-main.tar.xz sen-py-main.zip | |
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] |