kickable 0.5.39

kickable is a crate created to answer the age old question... Can I kick it?
Documentation
1
2
3
4
fn main() -> Result<(), Box<dyn std::error::Error>> {
    tonic_build::compile_protos("proto/kickable/kickable.proto")?;
    Ok(())
}