From 32ecd3cd974387d37534dac0fffcbc7053709f87 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 12 May 2024 18:54:31 +0200 Subject: [PATCH] chore: set publish to true --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a6bf74d..835d278 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "numf" version = "0.1.0" edition = "2021" -publish = false +publish = true authors = ["Christoph J. Scherr "] license = "MIT" description = "Convert numbes between formats"