diff options
| author | 2022-10-14 15:05:18 +0200 | |
|---|---|---|
| committer | 2022-10-14 15:05:18 +0200 | |
| commit | e716e2fc0ad5f488d56790a2a4140f0ece83debb (patch) | |
| tree | 222cbe9e9d904ec1603fa304f882f416035c5c28 | |
| parent | dadb2b884f81e4f01aa280f9b32f7d3fc09b80fe (diff) | |
| download | markdown-rs-e716e2fc0ad5f488d56790a2a4140f0ece83debb.tar.gz markdown-rs-e716e2fc0ad5f488d56790a2a4140f0ece83debb.tar.bz2 markdown-rs-e716e2fc0ad5f488d56790a2a4140f0ece83debb.zip | |
Update description in `Cargo.toml`
Diffstat (limited to '')
| -rw-r--r-- | Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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" | 
