gpt4 book ai didi

rust - 我如何告诉 Cargo 检查本地目录以查找替换依赖项并使用它?

转载 作者:行者123 更新时间:2023-11-29 08:08:01 24 4
gpt4 key购买 nike

我正在尝试了解如何更改 Rust 中损坏的依赖项。我从 GitHub 克隆代码并更新 Cargo.toml 中的依赖项以便它可以编译,但我如何在我的项目中使用它?

最佳答案

查看 Cargo documentation on overriding a dependency :

Cargo looks for a directory named .cargo up the directory hierarchy of your project [...] To specify overrides, create a .cargo/config file in some ancestor of your project’s directory [...] Inside that file, put this:

paths = ["/path/to/project"]

This array should be filled with directories that contain a Cargo.toml.

关于rust - 我如何告诉 Cargo 检查本地目录以查找替换依赖项并使用它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34057112/

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