diff options
| author | Fuwn <[email protected]> | 2022-04-01 01:31:58 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-04-01 01:31:58 -0700 |
| commit | c0051e9363d7b5ba9aeb1d34c387df7a635d82b1 (patch) | |
| tree | 17fb84bed54d28a2df0a1cc4d103b68e6cfd2db9 /Cargo.toml | |
| parent | docs(readme): badges (diff) | |
| download | windmark-comments-c0051e9363d7b5ba9aeb1d34c387df7a635d82b1.tar.xz windmark-comments-c0051e9363d7b5ba9aeb1d34c387df7a635d82b1.zip | |
feat(cargo): add docs.rs docs0.1.1
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |