cala-server 0.13.15

Server to sync other cala deployments
Documentation
1
2
3
4
5
6
use cala_server::*;

#[tokio::main]
async fn main() -> anyhow::Result<()> {
    cli::run::<extension::core::QueryExtension, extension::core::MutationExtension>().await
}