Files
kata-containers/src/agent/protocols/Cargo.toml
Tim Zhang 332fa4c65f agent: switch to async runtime
Fixes: #1209

Signed-off-by: Tim Zhang <tim@hyper.sh>
2021-01-18 15:38:15 +08:00

14 lines
302 B
TOML

[package]
name = "protocols"
version = "0.1.0"
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
edition = "2018"
[dependencies]
ttrpc = { version = "0.4.14", features = ["async"] }
async-trait = "0.1.42"
protobuf = "=2.14.0"
[build-dependencies]
ttrpc-codegen = "0.1.2"