summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-10-06 17:20:40 +0800
committer魏曹先生 <1992414357@qq.com>2025-10-06 17:20:40 +0800
commite12f167de8e16baa78c86b09eab75201281d3f95 (patch)
tree171ecf07053748ce7493efaeff5eefbc8645b2cb /Cargo.toml
parent58a2c77dace3091fda4ba3903f700b8e928f90c1 (diff)
chore: update workspace configuration and dependencies
- Add examples to workspace members - Update vcs_data dependencies structure - Fix library re-export paths in main lib.rs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 72f3270..881fbbe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,8 @@ vcs = []
[workspace]
members = [
+ "examples",
+
"crates/utils/cfg_file",
"crates/utils/cfg_file/cfg_file_derive",
"crates/utils/cfg_file/cfg_file_test",