mirror of https://github.com/dragonflyoss/api.git
21 lines
581 B
TOML
21 lines
581 B
TOML
[package]
|
|
name = "dragonfly-api"
|
|
version = "1.9.7"
|
|
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"
|
|
tokio = { version = "1.27.0", features = ["rt-multi-thread", "macros"] }
|
|
|
|
[build-dependencies]
|
|
tonic-build = "0.9.0"
|