From 6512cad4197a6939f26008ce7cc87acf046d7afd Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Tue, 9 Jul 2024 13:22:18 +0200 Subject: [PATCH] chore: allow publish --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a79be6c..c7e520c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "crock" version = "0.1.0" edition = "2021" -publish = false +publish = true authors = ["Christoph J. Scherr "] license = "MIT" description = "clock tui"