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:
+16
-3
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user