From ec2d1bfb4232178fb3a6cba36f138bc6efbbf34a Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Thu, 13 Oct 2022 10:40:01 +0200 Subject: Rename crate to `markdown` --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ef0d46e..b794a87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "micromark" +name = "markdown" version = "0.0.0" authors = ["Titus Wormer "] edition = "2018" rust-version = "1.56" description = "small commonmark compliant markdown parser with positional info and concrete tokens" -homepage = "https://github.com/micromark/micromark-rs" -repository = "https://github.com/micromark/micromark-rs" +homepage = "https://github.com/wooorm/markdown-rs" +repository = "https://github.com/wooorm/markdown-rs" license = "MIT" keywords = ["commonmark", "markdown", "parse", "render", "tokenize"] categories = ["compilers", "encoding", "parser-implementations", "parsing", "text-processing"] -- cgit