You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the recommended way for adding dev dependencies to the manifest? For example, with Rust, rust itself would obviously be a regular dependency, but for developing the project, one would want to have rust-analyzer and rust-src available too. The only way I found was using a dev feature and environment. Is that what I'm supposed to use?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What is the recommended way for adding dev dependencies to the manifest? For example, with Rust,
rustitself would obviously be a regular dependency, but for developing the project, one would want to haverust-analyzerandrust-srcavailable too. The only way I found was using a dev feature and environment. Is that what I'm supposed to use?Beta Was this translation helpful? Give feedback.
All reactions