atuin-daemon 0.2.0

The daemon crate for Atuin
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("./proto/history.proto")?;
    Ok(())
}