aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 14:55:21 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-14 14:55:21 +0200
commit8fb2a74ece87bf5b638543e20401e0f51efed62f (patch)
tree603996aaeabbd78384a7d26c4f86853604e8defa /Cargo.toml
parent4e9b1219a613263bb7e07c7a893ccdefb99f67da (diff)
downloadmarkdown-rs-8fb2a74ece87bf5b638543e20401e0f51efed62f.tar.gz
markdown-rs-8fb2a74ece87bf5b638543e20401e0f51efed62f.tar.bz2
markdown-rs-8fb2a74ece87bf5b638543e20401e0f51efed62f.zip
Remove `publish: false` from `Cargo.toml`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b794a87..be36f0e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"