crates/server: REST API routes; RBAC auth middleware; cookie sessions; dashboard
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5298a925bd9c11780e49d8b1c98eebd86a6a6964
This commit is contained in:
parent
44d1ee1d6b
commit
235d3d38a6
38 changed files with 6275 additions and 7 deletions
|
|
@ -20,4 +20,21 @@ anyhow.workspace = true
|
|||
thiserror.workspace = true
|
||||
clap.workspace = true
|
||||
config.workspace = true
|
||||
fc-common = { path = "../common" }
|
||||
tower-http.workspace = true
|
||||
tower.workspace = true
|
||||
sha2.workspace = true
|
||||
hex.workspace = true
|
||||
hmac.workspace = true
|
||||
tokio-util.workspace = true
|
||||
async-stream.workspace = true
|
||||
futures.workspace = true
|
||||
axum-extra.workspace = true
|
||||
dashmap.workspace = true
|
||||
askama.workspace = true
|
||||
askama_axum.workspace = true
|
||||
|
||||
# Our crates
|
||||
fc-common.workspace = true
|
||||
|
||||
[dev-dependencies]
|
||||
tower.workspace = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue