ci: fix docs

This commit is contained in:
Kristofers Solo 2025-07-14 21:56:01 +03:00
parent df9f7bf7fc
commit 099d7bec30
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
2 changed files with 3 additions and 5 deletions

View File

@ -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

View File

@ -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"