diff --git a/crates/ironclaw_safety/Cargo.toml b/crates/ironclaw_safety/Cargo.toml index ccc428b2..d12aa909 100644 --- a/crates/ironclaw_safety/Cargo.toml +++ b/crates/ironclaw_safety/Cargo.toml @@ -6,6 +6,12 @@ rust-version = "1.92" description = "Prompt injection defense, input validation, secret leak detection, and safety policy enforcement" authors = ["NEAR AI "] license = "MIT OR Apache-2.0" +homepage = "https://github.com/nearai/ironclaw" +repository = "https://github.com/nearai/ironclaw" +publish = false + +[package.metadata.dist] +dist = false [dependencies] aho-corasick = "1" diff --git a/release-plz.toml b/release-plz.toml index e8e0670f..ee7037df 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,2 +1,6 @@ [workspace] git_release_enable = false + +[[package]] +name = "ironclaw_safety" +release = false