mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-28 18:54:37 +01:00
14 lines
302 B
TOML
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"
|