rust-extensions/crates/shim/Cargo.toml

16 lines
385 B
TOML

[package]
name = "containerd-shim"
version = "0.1.0"
authors = ["Maksym Pavlenko <pavlenko.maksym@gmail.com>"]
edition = "2018"
license = "Apache-2.0"
repository = "https://github.com/mxpv/containerd-rust-extensions"
[dependencies]
go-flag = "0.1.0"
thiserror = "1.0"
log = { version = "0.4", features = ["std"] }
libc = "0.2.95"
containerd-shim-protos = { path = "../shim-protos" }