mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-07 22:02:56 +00:00
* feat: adds pre-commit config and hooks * refactor: sort all Cargo.toml by cargo-sort * ci: adds conventional-pre-commit hook to pre-commit * fix: remove .pre-commit-hooks.yaml * fix: readme * Update .pre-commit-config.yaml Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com> * ci: move clippy hook to push stage * docs: install pre-push github hook Co-authored-by: Lei, Huang <6406592+v0y4g3r@users.noreply.github.com>
15 lines
335 B
TOML
15 lines
335 B
TOML
[package]
|
|
name = "api"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
datatypes = { path = "../datatypes" }
|
|
prost = "0.11"
|
|
snafu = { version = "0.7", features = ["backtraces"] }
|
|
tonic = "0.8"
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.8"
|