diff options
| author | Fuwn <[email protected]> | 2022-03-09 03:20:24 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-09 03:20:24 -0800 |
| commit | 230b8882c47b48538310c9539a3ac72c12a6c28c (patch) | |
| tree | 33a4c5ae41a6cc032fa9725a839148b8a3b4cd10 | |
| parent | fix(manifest): update version (diff) | |
| download | senpy-rs-230b8882c47b48538310c9539a3ac72c12a6c28c.tar.xz senpy-rs-230b8882c47b48538310c9539a3ac72c12a6c28c.zip | |
doc(manifest): add doc.rs link
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,10 +2,11 @@ [package] name = "senpy" -version = "0.1.1" +version = "0.1.2" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "The Senpy Club API Wrapper" +documentation = "https://docs.rs/senpy/" readme = "README.rst" homepage = "https://github.com/senpy-club/senpy-rs" repository = "https://github.com/senpy-club/senpy-rs" |