dragoon-server 0.1.0

Public-relay server for the dragoon remote-executor: axum + rusqlite + ed25519 task signing + per-user message inbox.
Documentation
1
2
3
4
5
6
7
//! HTTP route modules. Each one exposes `pub fn router(state) -> Router`.

pub mod auth;
pub mod messages;
pub mod tasks;
pub mod worker_api;
pub mod workers;