How to add config
crate as a dependency in my Rust project?
#7912
Unanswered
TilakMaddy
asked this question in
Help
Replies: 2 comments
-
Additional Context: |
Beta Was this translation helpful? Give feedback.
0 replies
-
You need to use git dependencies: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-git-repositories |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tried adding the whole
foundry
repository as a submodule and then the following to my dependenciesUpon running
cargo build
, I get the following errorBeta Was this translation helpful? Give feedback.
All reactions