gl-signerproxy 0.1.0

Python bindings for the Greenlight client library.
1
2
3
fn main() {
    tonic_build::compile_protos("../proto/greenlight.proto").unwrap();
}