mirror of
https://github.com/kristoferssolo/filecaster.git
synced 2025-10-21 19:00:34 +00:00
ci: fix docs
This commit is contained in:
parent
df9f7bf7fc
commit
099d7bec30
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -115,8 +115,6 @@ jobs:
|
|||||||
cargo doc \
|
cargo doc \
|
||||||
--locked \
|
--locked \
|
||||||
--workspace \
|
--workspace \
|
||||||
--all \
|
--all-features \
|
||||||
--features \
|
--document-private-items \
|
||||||
--document-private \
|
|
||||||
--items \
|
|
||||||
--no-deps
|
--no-deps
|
||||||
|
|||||||
@ -9,7 +9,7 @@ documentation = "https://docs.rs/filecaster"
|
|||||||
homepage = "https://github.com/kristoferssolo/filecaster"
|
homepage = "https://github.com/kristoferssolo/filecaster"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
keywords = ["proc-macro", "derive", "configuration", "file-parsing"]
|
keywords = ["proc-macro", "derive", "configuration", "file-parsing"]
|
||||||
categories = ["development-tools::procedural-macro", "parsing", "config"]
|
categories = ["rust-patterns", "parsing", "config"]
|
||||||
exclude = ["/.github", "/.gitignore", "/tests", "*.png", "*.md"]
|
exclude = ["/.github", "/.gitignore", "/tests", "*.png", "*.md"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user