regy 0.1.1

Private-by-default desktop agent for the Regy web interface
1
2
3
4
5
6
pub fn init() {
    tracing_subscriber::fmt()
        .with_env_filter(tracing_subscriber::EnvFilter::from_default_env())
        .json()
        .init();
}