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
another idea to support: fencing dependencies -- crate U is restricted and can only be used by certain trusted dependencies X, Y, Z
in the workspace Cargo.toml, say "this dep can only be used by crate X, Y, Z"
(you can do this as a postprocessing step. maybe we should just make cargo fence for this down the road)
e.g.:
we're pulling in yubikey which pulls in pcsc-sys; this is only for thing son the cli side but we have a workspace where our server-side stuff lives too (but should never ever use this)
The text was updated successfully, but these errors were encountered:
another idea to support: fencing dependencies -- crate
U
is restricted and can only be used by certain trusted dependenciesX, Y, Z
e.g.:
The text was updated successfully, but these errors were encountered: