Skip to content

Commit

Permalink
additional docs target
Browse files Browse the repository at this point in the history
  • Loading branch information
orzklv committed Feb 16, 2024
1 parent 38ed0a1 commit e0955aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,7 @@ serde = "1.0.196"
serde_json = "1.0.113"

[package.metadata.docs.rs]
all-features = true
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = ["--cfg", "dep_docsrs"]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]

0 comments on commit e0955aa

Please sign in to comment.