From 90c010af0b1139ff3d541d1305cb2f948733f299 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Tue, 24 Mar 2026 13:29:27 -0400 Subject: [PATCH] feat(manifest): added manifest --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8532e63..7eff1bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "strata" version = "0.1.0" edition = "2024" -publish = ["crates-io"] +publish = ["gitea"] [dependencies] clap = { version = "4.6.0", features = ["derive"] }