From 986a896062939c41f769b30c90d8d955b959f788 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 6 Nov 2025 22:11:10 +0800 Subject: feat: Add documentation management module (WIP) - Create vcs_docs crate for documentation handling - Add build script and Cargo.toml - NOTE: Core implementation pending --- crates/vcs_docs/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 crates/vcs_docs/Cargo.toml (limited to 'crates/vcs_docs/Cargo.toml') diff --git a/crates/vcs_docs/Cargo.toml b/crates/vcs_docs/Cargo.toml new file mode 100644 index 0000000..285b83d --- /dev/null +++ b/crates/vcs_docs/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "vcs_docs" +edition = "2024" +version.workspace = true + +[dependencies] -- cgit