mirror of
https://github.com/atuinsh/atuin.git
synced 2025-02-03 20:19:55 +01:00
5 lines
126 B
Rust
5 lines
126 B
Rust
|
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||
|
tonic_build::compile_protos("./proto/history.proto")?;
|
||
|
Ok(())
|
||
|
}
|