From e12f167de8e16baa78c86b09eab75201281d3f95 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 6 Oct 2025 17:20:40 +0800 Subject: 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 --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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", -- cgit