mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-02-22 23:14:21 +01:00
14 lines
326 B
TOML
14 lines
326 B
TOML
[package]
|
|
name = "protocols"
|
|
version = "0.1.0"
|
|
authors = ["The Kata Containers community <kata-dev@lists.katacontainers.io>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
ttrpc = { git = "https://github.com/containerd/ttrpc-rust.git", branch="0.3.0" }
|
|
protobuf = "=2.14.0"
|
|
futures = "0.1.27"
|
|
|
|
[build-dependencies]
|
|
ttrpc-codegen = "0.1.2"
|