diff --git a/Cargo.toml b/Cargo.toml index 56c6164..590cb73 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,9 @@ edition = "2021" authors = ["syui"] description = "Simple memory storage for Claude with MCP (with game mode!)" +[lib] +name = "aigpt" +path = "src/lib.rs" [[bin]] name = "aigpt"