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
cargo add currently supports the following "sections":
Section:
--dev
Add as development dependency
Dev-dependencies are not used when compiling a package for building, but are used for compiling tests, examples, and benchmarks.
These dependencies are not propagated to other packages which depend on this package.
--build
Add as build dependency
Build-dependencies are the only dependencies available for use by build scripts (`build.rs` files).
--target <TARGET>
Add as dependency to the given target platform
It would be nice if an additional section was added called --workspace, which adds the dependency under [workspace.dependencies].
The text was updated successfully, but these errors were encountered:
cargo add currently supports the following "sections":
It would be nice if an additional section was added called
--workspace
, which adds the dependency under[workspace.dependencies]
.The text was updated successfully, but these errors were encountered: