From 0169c0a05ddca44b9c827b96a54337486dcf1640 Mon Sep 17 00:00:00 2001 From: Alissa Tung Date: Thu, 8 Sep 2022 23:17:15 +0800 Subject: [PATCH] chore: add metadata (#30) --- src/hstreamdb-pb/Cargo.toml | 10 ++++++++-- src/hstreamdb-pb/README.md | 0 src/hstreamdb/Cargo.toml | 10 ++++++++-- src/hstreamdb/README.md | 0 4 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 src/hstreamdb-pb/README.md create mode 100644 src/hstreamdb/README.md diff --git a/src/hstreamdb-pb/Cargo.toml b/src/hstreamdb-pb/Cargo.toml index 1c78463..5414d59 100644 --- a/src/hstreamdb-pb/Cargo.toml +++ b/src/hstreamdb-pb/Cargo.toml @@ -3,12 +3,18 @@ edition = "2021" name = "hstreamdb-pb" version = "0.1.0" -[dependencies] -workspace-hack = { version = "0.1", path = "../utils/workspace-hack" } +license = "BSD-3-Clause" +description = "Rust protocol library for HStreamDB" +homepage = "https://hstream.io/" +repository = "https://github.com/hstreamdb/hstreamdb-rust" +readme = "README.md" +keywords = ["hstreamdb", "streaming-database", "database-client"] +[dependencies] prost = "0.11.0" prost-types = "0.11.1" tonic = "0.8.0" +workspace-hack = { version = "0.1", path = "../utils/workspace-hack" } [build-dependencies] tonic-build = "0.8.0" diff --git a/src/hstreamdb-pb/README.md b/src/hstreamdb-pb/README.md new file mode 100644 index 0000000..e69de29 diff --git a/src/hstreamdb/Cargo.toml b/src/hstreamdb/Cargo.toml index 8f79369..42eeabb 100644 --- a/src/hstreamdb/Cargo.toml +++ b/src/hstreamdb/Cargo.toml @@ -3,9 +3,14 @@ edition = "2021" name = "hstreamdb" version = "0.1.0" -[dependencies] -workspace-hack = { version = "0.1", path = "../utils/workspace-hack" } +license = "BSD-3-Clause" +description = "Rust client library for HStreamDB" +homepage = "https://hstream.io/" +repository = "https://github.com/hstreamdb/hstreamdb-rust" +readme = "README.md" +keywords = ["hstreamdb", "streaming-database", "database-client"] +[dependencies] thiserror = "1.0.34" log = "0.4.17" @@ -24,6 +29,7 @@ tokio = { version = "1.21.0", features = ["rt-multi-thread"] } tokio-stream = "0.1.9" tonic = "0.8.0" url = "2.2.2" +workspace-hack = { version = "0.1", path = "../utils/workspace-hack" } [dev-dependencies] hstreamdb-test-utils = { path = "../utils/hstreamdb-test-utils" } diff --git a/src/hstreamdb/README.md b/src/hstreamdb/README.md new file mode 100644 index 0000000..e69de29