Skip to content

Commit 4ff2d4e

Browse files
committed
docs: add missing features section to toml
1 parent 2fa569d commit 4ff2d4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = [
1515
homepage = "https://github.com/michael-a-heuer/bsplines"
1616
repository = "https://github.com/michael-a-heuer/bsplines"
1717
readme = "README.md"
18-
documentation = "https://crates.io/crates/bsplines"
18+
documentation = "https://docs.rs/bsplines"
1919

2020
edition = "2021"
2121
license = "Apache-2.0"
@@ -55,6 +55,7 @@ num-traits = "0.2.17"
5555
doc-images = []
5656

5757
[package.metadata.docs.rs]
58+
features = ["doc-images"]
5859
rustdoc-args = [
5960
"--html-in-header", "./src/docs-header.html",
6061
]

0 commit comments

Comments
 (0)