aboutsummaryrefslogtreecommitdiff
path: root/crates/vcs_docs/build.rs
Commit message (Collapse)AuthorAgeFilesLines
* Support additional text file types in document generation魏曹先生2025-12-011-24/+45
|
* Apply clippy suggestions魏曹先生2025-11-231-23/+14
|
* fixed: windows path support魏曹先生2025-11-091-0/+2
|
* feat: Add documentation management module (WIP)魏曹先生2025-11-061-0/+182
- Create vcs_docs crate for documentation handling - Add build script and Cargo.toml - NOTE: Core implementation pending