lockbook-shared 0.9.4

the code shared between lb and our server
Documentation
1
2
3
4
5
6
7
8
use serde::Deserialize;

#[derive(Debug, Deserialize, Clone)]
pub struct Config {
    pub logs: bool,
    pub colored_logs: bool,
    pub writeable_path: String,
}