diff options
author | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 14:55:21 +0200 |
---|---|---|
committer | Titus Wormer <tituswormer@gmail.com> | 2022-10-14 14:55:21 +0200 |
commit | 8fb2a74ece87bf5b638543e20401e0f51efed62f (patch) | |
tree | 603996aaeabbd78384a7d26c4f86853604e8defa /Cargo.toml | |
parent | 4e9b1219a613263bb7e07c7a893ccdefb99f67da (diff) | |
download | markdown-rs-8fb2a74ece87bf5b638543e20401e0f51efed62f.tar.gz markdown-rs-8fb2a74ece87bf5b638543e20401e0f51efed62f.tar.bz2 markdown-rs-8fb2a74ece87bf5b638543e20401e0f51efed62f.zip |
Remove `publish: false` from `Cargo.toml`
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -11,7 +11,6 @@ license = "MIT" keywords = ["commonmark", "markdown", "parse", "render", "tokenize"] categories = ["compilers", "encoding", "parser-implementations", "parsing", "text-processing"] include = ["src/", "license"] -publish = false [[bench]] name = "bench" |