diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -8,9 +8,9 @@ resolver = "3" [workspace.package] categories = ["development-tools", "command-line-utilities"] -description = "Local-first experimental DAG, MCP server, and research CLI for long-running optimization work." +description = "Local-first frontier ledger, MCP server, and navigator for long-running optimization work." edition = "2024" -keywords = ["mcp", "research", "optimization", "dag", "tooling"] +keywords = ["mcp", "optimization", "frontier", "experiments", "ledger"] license = "MIT" readme = "README.md" repository = "https://git.swarm.moe/fidget_spinner.git" @@ -24,6 +24,7 @@ clap = { version = "4.5", features = ["derive"] } dirs = "6" linkify = "0.10" maud = { version = "0.27", features = ["axum"] } +percent-encoding = "2" rusqlite = { version = "0.37", features = ["bundled", "time"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1" |