locky 0.0.1

Key Management Service SDK. Locky stores and retrieves cryptographic secrets in the cloud
Documentation
1
2
3
4
5
6
7
fn main() {
    tonic_build::configure()
        .build_server(false)
        .out_dir("src/autogenerated")
        .compile(&["proto/api.proto"], &["proto/"])
        .unwrap();
}