diff options
| author | main <main@swarm.moe> | 2026-03-20 21:40:07 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-03-20 21:40:07 -0400 |
| commit | ae809af85f6687ae21d7e2f7140aa88354c446cc (patch) | |
| tree | c2f4f238d47657438067c1322666e5e899a250c2 /Cargo.toml | |
| parent | 203d4a93e1aaa5e325e8e6999bf26fa092f3d424 (diff) | |
| download | fidget_spinner-ae809af85f6687ae21d7e2f7140aa88354c446cc.zip | |
Add tabbed navigator and managed libgrid UI
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |