14 Star 21 Fork 17

openEuler / wisdom-advisor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 382 Bytes
一键复制 编辑 原始数据 按行查看 历史
gameoverboss 提交于 2022-07-23 09:32 . wisdom-advisor: init rust project
[package]
name = "wisdom-advisor"
version = "2.2.0"
edition = "2021"
default-run = "wisdom"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name ="wisdomd"
path ="src/wisdomd/bin/main.rs"
[[bin]]
name ="wisdom"
path ="src/wisdom/bin/main.rs"
[dependencies]
clap = { path = "./crates/clap-3.2.17", features = ["cargo"] }
Go
1
https://gitee.com/openeuler/wisdom-advisor.git
git@gitee.com:openeuler/wisdom-advisor.git
openeuler
wisdom-advisor
wisdom-advisor
master

搜索帮助