We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5577e commit d770f41Copy full SHA for d770f41
Cargo.toml
@@ -1,12 +1,16 @@
1
[package]
2
name = "markdown-builder"
3
-description = "A library for building markdown documents"
+description = "Opinionated Rust crate for programmatically building markdown documents"
4
version = "0.0.0"
5
license = "MIT"
6
readme = "README.md"
7
repository = "https://github.com/Erb3/markdown-builder"
8
+homepage = "https://github.com/Erb3/markdown-builder"
9
+documentation = "https://github.com/Erb3/markdown-builder"
10
authors = ["Erb3 <49862976+Erb3@users.noreply.github.com>"]
11
edition = "2021"
12
+keywords = ["markdown", "builder", "documentation"]
13
+categories = ["template-engine", "data-structures", "encoding"]
14
15
[dependencies]
16
dyn-clonable = "0.9.0"
0 commit comments