Parakeet is a Rust-based Bluesky AppView aiming to implement most of the functionality required to support the Bluesky client
at main 148 B view raw
1fn main() -> Result<(), Box<dyn std::error::Error>> { 2 tonic_build::configure().compile_protos(&["proto/parakeet.proto"], &[""])?; 3 4 Ok(()) 5}