Require and install dependency #1316
Unanswered
mariuskoeppen
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Right now this is not possible. But in general introducing such a feature that would check for global installed tools might introduce a complexity a complexity. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way for me to require a cargo (or other) dependency to be installed? Something like the requirement spec for cargo-generate but for other programs. I think about something like that in cargo-generate.toml
If the dependency is not met, prompt the user to install it. Is there already a way for me to achieve this?
Beta Was this translation helpful? Give feedback.
All reactions