From 7d3aae4555220f48a9098ddf809ba16b7c12920e Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 14 Sep 2021 09:26:44 -0400 Subject: [PATCH] allow publishing taskchampion-cli, to allow 'cargo install' --- cli/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 351e1ecfc..feada5597 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -3,7 +3,6 @@ authors = ["Dustin J. Mitchell "] edition = "2018" name = "taskchampion-cli" version = "0.3.0" -publish = false build = "build.rs"