1 Star 0 Fork 0

auto-stack/auto-man

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 692 Bytes
一键复制 编辑 原始数据 按行查看 历史
puming.zhao 提交于 2024-12-25 20:21 . parse config into simple targets
[workspace]
members = ["crates/*"]
resolver = "2"
default-run = "automan"
[workspace.dependencies]
clap = { version = "4.5.17", features = ["derive"] }
rust-embed = { version = "8.5.0", features = ["compression"] }
# autolang = { git = "https://gitee.com/auto-stack/auto-lang"}
autolang = { path = "../auto-lang/crates/autolang" }
autoval = { path = "../auto-lang/crates/autoval" }
autoui = { git = "https://gitee.com/auto-stack/auto-ui" }
# switch to this dynamic lib for debug mode
gpui = { version = "0.1.0", git = "https://gitee.com/auto-stack/auto-ui", package = "gpui-dynamic" }
# switch to this static lib for release mode
# gpui = { git = "https://github.com/zed-industries/zed" }
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/auto-stack/auto-man.git
git@gitee.com:auto-stack/auto-man.git
auto-stack
auto-man
auto-man
master

搜索帮助