dragonfly-api 1.9.8

Canonical location of the Dragonfly API definition
Documentation
[package]
name = "dragonfly-api"
version = "1.9.8"
authors = ["Gaius <gaius.qi@gmail.com>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://d7y.io"
repository = "https://github.com/dragonflyoss/api"
description = "Canonical location of the Dragonfly API definition"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tonic = "0.9.0"
prost = "0.11"
prost-types = "0.11"
protoc = "2.28.0"
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }

[build-dependencies]
tonic-build = "0.9.0"