seabird 0.3.0-alpha.1

A simple client library for the seabird-chat ecosystem
Documentation
1
2
3
4
5
6
7
8
fn main() {
    tonic_build::configure()
        .compile(
            &["proto/seabird.proto", "proto/seabird_chat_ingest.proto"],
            &["proto/"],
        )
        .unwrap();
}