diff --git a/Cargo.toml b/Cargo.toml index 216585c..7744327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "asciidoc-parser" version = "0.1.0" -description = "Rust SDK for C2PA (Coalition for Content Provenance and Authenticity) implementors" +description = "Parser for AsciiDoc format" authors = ["Eric Scouten "] license = "MIT OR Apache-2.0" documentation = "https://docs.rs/asciidoc-parser"