aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-09 03:20:24 -0800
committerFuwn <[email protected]>2022-03-09 03:20:24 -0800
commit230b8882c47b48538310c9539a3ac72c12a6c28c (patch)
tree33a4c5ae41a6cc032fa9725a839148b8a3b4cd10
parentfix(manifest): update version (diff)
downloadsenpy-rs-230b8882c47b48538310c9539a3ac72c12a6c28c.tar.xz
senpy-rs-230b8882c47b48538310c9539a3ac72c12a6c28c.zip
doc(manifest): add doc.rs link
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e241465..e89b1f9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"