Skip to content

Commit

Permalink
Add Rust Playground metadata
Browse files Browse the repository at this point in the history
derive_more is being pulled into the playground due to being a
dependency of some other crate in the top 100 crates, probably
<https://docs.rs/selectors>.

This adds metadata so that it gets installed with all features once
selectors updates to derive_more 2.0
  • Loading branch information
JelteF committed Feb 3, 2025
1 parent 678a473 commit a75bf9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ rustc_version = { version = "0.4", optional = true }
[badges]
github = { repository = "JelteF/derive_more", workflow = "CI" }

[package.metadata.playground]
features = ["full", "std"]

[features]
nightly = []
add_assign = []
Expand Down

0 comments on commit a75bf9a

Please sign in to comment.