swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-20 16:00:30 -0400
committermain <main@swarm.moe>2026-03-20 16:00:30 -0400
commit9d63844f3a28fde70b19500422f17379e99e588a (patch)
tree163cfbd65a8d3528346561410ef39eb1183a16f2 /Cargo.toml
parent22fe3d2ce7478450a1d7443c4ecbd85fd4c46716 (diff)
downloadfidget_spinner-9d63844f3a28fde70b19500422f17379e99e588a.zip
Refound Spinner as an austere frontier ledger
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 32172ad..01bd62a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"