From e716e2fc0ad5f488d56790a2a4140f0ece83debb Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 14 Oct 2022 15:05:18 +0200 Subject: Update description in `Cargo.toml` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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" -- cgit