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
Assume, in /features page (Feature flags), we have checkbox beside every feature. We can select features we want. We can then use the Copy button.
I think this is better than cargo add because we can interactively select features and also skip the cargo add step entirely.
It might not be a good idea to include all available features in header dropdown. I believe we can add features from full but I have no idea how they work :)
In
docs.rs
, we can copy a crate's name and version to be pasted intoCargo.toml
. Is there any way to include feature flags into this?tower-http = "0.5.1"
->tower-http = { version = "0.5.1", features = ["trace"] }
The text was updated successfully, but these errors were encountered: