From 27c406330a5092072f8ce8ff3e96f338b9208f14 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 20 Mar 2026 00:46:18 +0000 Subject: [PATCH] rename binary from story-kit to storkit in Cargo.toml Co-Authored-By: Claude Opus 4.6 (1M context) --- server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Cargo.toml b/server/Cargo.toml index 697b27a..d0c0467 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "story-kit" +name = "storkit" version = "0.3.1" edition = "2024" build = "build.rs"