Skip to content

Commit d770f41

Browse files
committed
chore: update cargo.toml
1 parent 0a5577e commit d770f41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Cargo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
[package]
22
name = "markdown-builder"
3-
description = "A library for building markdown documents"
3+
description = "Opinionated Rust crate for programmatically building markdown documents"
44
version = "0.0.0"
55
license = "MIT"
66
readme = "README.md"
77
repository = "https://github.com/Erb3/markdown-builder"
8+
homepage = "https://github.com/Erb3/markdown-builder"
9+
documentation = "https://github.com/Erb3/markdown-builder"
810
authors = ["Erb3 <49862976+Erb3@users.noreply.github.com>"]
911
edition = "2021"
12+
keywords = ["markdown", "builder", "documentation"]
13+
categories = ["template-engine", "data-structures", "encoding"]
1014

1115
[dependencies]
1216
dyn-clonable = "0.9.0"

0 commit comments

Comments
 (0)