fix: show docs.rs feature flags
This commit is contained in:
parent
7bd8c9fb15
commit
4e32728c02
4 changed files with 16 additions and 2 deletions
|
|
@ -54,3 +54,9 @@ path_macro.workspace = true
|
|||
rstest.workspace = true
|
||||
serde_json.workspace = true
|
||||
temp_testdir = "0.2.3"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
# To build locally:
|
||||
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --features indicatif,audiotag --no-deps --open
|
||||
features = ["indicatif", "audiotag"]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
|
|
|
|||
Reference in a new issue