talea-server 0.1.0

Ledger service and axum REST/SSE transport for the talea ledger, with bearer auth and admission control
1
2
3
4
5
6
pub mod config;
pub mod http;
pub mod metrics;
pub mod run;
pub mod service;
pub mod write_router;