aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 15:05:18 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 15:05:18 +0200
commite716e2fc0ad5f488d56790a2a4140f0ece83debb (patch)
tree222cbe9e9d904ec1603fa304f882f416035c5c28 /Cargo.toml
parentdadb2b884f81e4f01aa280f9b32f7d3fc09b80fe (diff)
downloadmarkdown-rs-e716e2fc0ad5f488d56790a2a4140f0ece83debb.tar.gz
markdown-rs-e716e2fc0ad5f488d56790a2a4140f0ece83debb.tar.bz2
markdown-rs-e716e2fc0ad5f488d56790a2a4140f0ece83debb.zip
Update description in `Cargo.toml`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 244207a..fd2e1e5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,7 @@ version = "1.0.0-alpha.1"
authors = ["Titus Wormer <tituswormer@gmail.com>"]
edition = "2018"
rust-version = "1.56"
-description = "small commonmark compliant markdown parser with positional info and concrete tokens"
+description = "CommonMark compliant markdown parser in Rust with ASTs and extensions"
homepage = "https://github.com/wooorm/markdown-rs"
repository = "https://github.com/wooorm/markdown-rs"
license = "MIT"