gpt4 book ai didi

plugins - 如何配置 cargo 将项目构建到特定目录?

转载 作者:行者123 更新时间:2023-12-03 11:26:45 25 4
gpt4 key购买 nike

我正在创建一个允许插件添加/修改功能的应用程序。目前,它是具有多个数据后端插件的 cli 应用程序。每个插件都作为 cargo 工作空间中的不同项目实现。如何配置 cargo 或包 list 以将库项目构建到构建输出目录所在的子目录中?

最佳答案

将以下内容添加到您的 Cargo.toml:

[build]
target-dir = "/desired/path" # path of where to place all generated artifacts

来源:https://doc.rust-lang.org/cargo/reference/config.html

另请阅读:https://doc.rust-lang.org/cargo/commands/cargo-build.html#output-options

关于plugins - 如何配置 cargo 将项目构建到特定目录?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/66312160/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com