feat: prepare for crates.io publishing (#312)

* feat: prepare  for crates.io publishing

Signed-off-by: jeremyhi <fengjiachun@gmail.com>

* fix: exclude typos check

Signed-off-by: jeremyhi <fengjiachun@gmail.com>

* fix: add header for each file

Signed-off-by: jeremyhi <fengjiachun@gmail.com>

---------

Signed-off-by: jeremyhi <fengjiachun@gmail.com>
This commit is contained in:
jeremyhi
2026-04-07 20:12:39 -07:00
committed by GitHub
parent 092ba1d01e
commit 32d60146e5
24 changed files with 9971 additions and 114 deletions
+16 -3
View File
@@ -2,7 +2,23 @@
name = "greptime-proto"
version = "0.1.0"
edition = "2021"
description = "Rust protobuf bindings for GreptimeDB APIs."
license = "Apache-2.0"
readme = "README.md"
repository = "https://github.com/GreptimeTeam/greptime-proto"
documentation = "https://docs.rs/greptime-proto"
keywords = ["greptime", "greptimedb", "grpc", "protobuf", "proto"]
categories = ["api-bindings"]
include = [
"/Cargo.toml",
"/LICENSE",
"/README.md",
"/proto/**",
"/src/**",
]
[workspace]
members = ["xtask"]
[dependencies]
prost = "0.14"
@@ -13,6 +29,3 @@ strum = "0.25"
strum_macros = "0.25"
tonic = "0.14"
tonic-prost = "0.14"
[build-dependencies]
tonic-prost-build = "0.14"