Skip to content

Commit

Permalink
Generate docs links and fix indexmap link in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
juntyr committed Sep 11, 2023
1 parent 97e8b94 commit 0e63006
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ serde_json = "1.0"
option_set = "0.2"
typetag = "0.2"
bytes = { version = "1.3", features = ["serde"] }

[package.metadata.docs.rs]
features = ["integer128", "indexmap"]
rustdoc-args = ["--generate-link-to-definition"]

0 comments on commit 0e63006

Please sign in to comment.