swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-03-20 21:40:07 -0400
committermain <main@swarm.moe>2026-03-20 21:40:07 -0400
commitae809af85f6687ae21d7e2f7140aa88354c446cc (patch)
treec2f4f238d47657438067c1322666e5e899a250c2 /Cargo.toml
parent203d4a93e1aaa5e325e8e6999bf26fa092f3d424 (diff)
downloadfidget_spinner-ae809af85f6687ae21d7e2f7140aa88354c446cc.zip
Add tabbed navigator and managed libgrid UI
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 01bd62a..4b626c2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,6 +25,7 @@ dirs = "6"
linkify = "0.10"
maud = { version = "0.27", features = ["axum"] }
percent-encoding = "2"
+plotters = "0.3.7"
rusqlite = { version = "0.37", features = ["bundled", "time"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"