加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
jake 提交于 2024-07-15 11:07 . update
[package]
name = "isula-rust-extensions"
version = "0.1.0"
authors = ["Huawei iSula Team"]
edition = "2021"
build = "build.rs"
description = "provide rust-extensions for iSulad, it is called by iSulad and written in rust"
license = "Mulan PSL v2"
[dependencies]
protobuf = "3.1.0"
bytes = "0.4.11"
libc = "0.2.79"
byteorder = "1.3.2"
log = "0.4.8"
nix = "0.16.1"
ttrpc = "0.7.1"
lazy_static = "1.4.0"
[build-dependencies]
protoc-rust = "2.28.0"
cmd_lib = "0.7.8"
ttrpc-codegen = "0.4.2"
[lib]
name = "isula_rust_extensions"
crate-type = ["dylib"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化