Skip to content

Commit

Permalink
Specify features for docs.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat committed Feb 4, 2022
1 parent 4b506dd commit 336aeef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ exclude = ["assets/**/*", ".github/**/*"]

[package.metadata.docs.rs]
no-default-features = true # clipboard crate fails the build currently https://github.com/rust-lang/docs.rs/issues/695
features = ["multi_threaded", "open_url"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
Expand Down

0 comments on commit 336aeef

Please sign in to comment.