cashweb-keyserver 0.1.0-alpha.4

A library providing protobuf structures within the cash:web Keyserver Protocol.
Documentation
1
2
3
fn main() {
    prost_build::compile_protos(&["src/proto/keyserver.proto"], &["src/"]).unwrap();
}