Skip to content

Commit

Permalink
docs: add missing features section to toml
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Feb 5, 2024
1 parent 2fa569d commit 5311ecc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bsplines"
version = "0.0.1-alpha.0"
version = "0.0.1-alpha.1"
authors = [
"Michael A. Heuer <[email protected]>",
]
Expand All @@ -15,7 +15,7 @@ categories = [
homepage = "https://github.com/michael-a-heuer/bsplines"
repository = "https://github.com/michael-a-heuer/bsplines"
readme = "README.md"
documentation = "https://crates.io/crates/bsplines"
documentation = "https://docs.rs/bsplines"

edition = "2021"
license = "Apache-2.0"
Expand Down Expand Up @@ -55,6 +55,7 @@ num-traits = "0.2.17"
doc-images = []

[package.metadata.docs.rs]
features = ["doc-images"]
rustdoc-args = [
"--html-in-header", "./src/docs-header.html",
]

0 comments on commit 5311ecc

Please sign in to comment.