1 Star 0 Fork 0

谢晓峰/rust-cargo-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 323 Bytes
一键复制 编辑 原始数据 按行查看 历史
谢晓峰 提交于 2021-05-24 16:57 . 包、crate、模块演示示例
[package] # 包
name = "rust-cargo-demo"
version = "0.1.0"
authors = ["xieyq <1047761605@qq.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace] # 工作空间
members = ["my_lib"]
[dependencies]
my_lib = {path = "my_lib"} # 引入本地库
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/1047761605/rust-cargo-demo.git
git@gitee.com:1047761605/rust-cargo-demo.git
1047761605
rust-cargo-demo
rust-cargo-demo
master

搜索帮助