mirror of
https://github.com/thegeneralist01/archivr
synced 2026-07-21 18:55:36 +02:00
- 5 tag routes (list tree, create, assign, remove, search with tag=) - Tags nav, tag tree view, tag filter badge - Entry tag pills with remove, assign-tag form in context rail
19 lines
406 B
TOML
19 lines
406 B
TOML
[package]
|
|
name = "archivr-server"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
archivr-core = { path = "../archivr-core" }
|
|
axum.workspace = true
|
|
serde.workspace = true
|
|
tokio.workspace = true
|
|
toml.workspace = true
|
|
tower.workspace = true
|
|
tower-http.workspace = true
|
|
|
|
[dev-dependencies]
|
|
tempfile.workspace = true
|
|
tower.workspace = true
|
|
serde_json.workspace = true
|