aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-04-01 01:31:58 -0700
committerFuwn <[email protected]>2022-04-01 01:31:58 -0700
commitc0051e9363d7b5ba9aeb1d34c387df7a635d82b1 (patch)
tree17fb84bed54d28a2df0a1cc4d103b68e6cfd2db9
parentdocs(readme): badges (diff)
downloadwindmark-comments-c0051e9363d7b5ba9aeb1d34c387df7a635d82b1.tar.xz
windmark-comments-c0051e9363d7b5ba9aeb1d34c387df7a635d82b1.zip
feat(cargo): add docs.rs docs0.1.1
-rw-r--r--Cargo.toml3
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
3 files changed, 4 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 57f998a..a4535a7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,10 +2,11 @@
[package]
name = "windmark-comments"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Fuwn <[email protected]>"]
edition = "2021"
description = "A comment engine module for Windmark"
+documentation = "https://docs.rs/windmark-comments"
readme = "README.md"
homepage = "https://github.com/gemrest/windmark-comments"
repository = "https://github.com/gemrest/windmark-comments"
diff --git a/README.md b/README.md
index ef35d46..5c5a983 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ A comment engine module for Windmark.
# Cargo.toml
[dependencies]
-windmark-comments = "0.1.0"
+windmark-comments = "0.1.1"
```
### Attach Windmark Comments as a module
diff --git a/src/lib.rs b/src/lib.rs
index bf6bd15..2372054 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -30,7 +30,7 @@
//! # Cargo.toml
//!
//! [dependencies]
-//! windmark-comments = "0.1.0"
+//! windmark-comments = "0.1.1"
//! ```
//!
//! ### Attach Windmark Comments as a module