From 8fb2a74ece87bf5b638543e20401e0f51efed62f Mon Sep 17 00:00:00 2001 From: Titus Wormer Date: Fri, 14 Oct 2022 14:55:21 +0200 Subject: Remove `publish: false` from `Cargo.toml` --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') 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" -- cgit