7 Star 3 Fork 11

openEuler / lib-shim-v2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Cargo.toml 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
[package]
name = "lib-shim-v2"
version = "0.1.0"
authors = ["Huawei iSula Team"]
edition = "2018"
build = "build.rs"
description = "as a shim V2 ttrpc client, it is called by iSulad and written in rust"
license = "Mulan PSL v2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
protobuf = "2.8.0"
bytes = "0.4.11"
libc = "0.2.71"
byteorder = "1.3.2"
log = "0.4.8"
nix = "0.16.1"
ttrpc = "0.4.2"
lazy_static = "1.4.0"
[build-dependencies]
protoc-rust = "2.8.0"
cmd_lib = "0.7.8"
ttrpc-codegen = "0.1.2"
[lib]
name = "shim_v2"
crate-type = ["dylib"]
1
https://gitee.com/openeuler/lib-shim-v2.git
git@gitee.com:openeuler/lib-shim-v2.git
openeuler
lib-shim-v2
lib-shim-v2
master

搜索帮助