1 Star 0 Fork 14

liuxu/lib-shim-v2

forked from openEuler/lib-shim-v2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
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"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuxu180400617/lib-shim-v2.git
git@gitee.com:liuxu180400617/lib-shim-v2.git
liuxu180400617
lib-shim-v2
lib-shim-v2
master

搜索帮助