diff --git a/qrpc/Cargo.toml b/qrpc/Cargo.toml index 1f3c4a7..d4e2542 100644 --- a/qrpc/Cargo.toml +++ b/qrpc/Cargo.toml @@ -1,8 +1,12 @@ [package] name = "qrpc" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["diamondrod"] +license = "Apache-2.0" +description = """ +gRPC client for q/kdb+. +""" [lib] crate-type=["cdylib"] diff --git a/qrpc_build/Cargo.toml b/qrpc_build/Cargo.toml index c5faa6a..83a0a0d 100644 --- a/qrpc_build/Cargo.toml +++ b/qrpc_build/Cargo.toml @@ -1,5 +1,9 @@ [package] name = "qrpc_build" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["diamondrod"] +license = "Apache-2.0" +description = """ +Generate corrensponding Rust and q code from users' proto files for qrpc. +"""