cala-server 0.13.15

Server to sync other cala deployments
Documentation
1
2
3
4
5
6
7
8
9
use serde::{Deserialize, Serialize};

use job::JobPollerConfig;

#[derive(Clone, Default, Debug, Deserialize, Serialize)]
pub struct AppConfig {
    #[serde(default)]
    pub jobs: JobPollerConfig,
}