summaryrefslogtreecommitdiff
path: root/crates/vcs_docs/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-11-06 22:11:10 +0800
committer魏曹先生 <1992414357@qq.com>2025-11-06 22:11:10 +0800
commit986a896062939c41f769b30c90d8d955b959f788 (patch)
treee170286efe8120d8995240066ed188141862d2b7 /crates/vcs_docs/Cargo.toml
parentd2713f597bb860996f75749d2753e52ebe5297e0 (diff)
feat: Add documentation management module (WIP)
- Create vcs_docs crate for documentation handling - Add build script and Cargo.toml - NOTE: Core implementation pending
Diffstat (limited to 'crates/vcs_docs/Cargo.toml')
-rw-r--r--crates/vcs_docs/Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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]