api/Cargo.toml

23 lines
662 B
TOML

[package]
name = "dragonfly-api"
version = "2.0.112"
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.2"
prost = "0.11.9"
prost-types = "0.12.4"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
serde = { version = "1.0", features = ["derive"] }
prost-wkt-types = "0.4"
[build-dependencies]
tonic-build = "0.9.2"