summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-12 02:17:03 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-12 02:17:03 +0800
commitf73bbcb7de1f9ca814c1266ccef3c7ea8c9a0931 (patch)
tree387b1dd478cd88e09b2554e6ef770962e0ae4fcd /Cargo.toml
parentef38b9cb9bd0f51dd0d631213a355b7ade2a4a56 (diff)
Rename cfg_file_example to cfg_file_test
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 13b8e8c..924033d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,13 +11,9 @@ cfg_file = []
[workspace]
members = [
-
- # Utility
-
- ## Config File
"crates/utils/cfg_file",
"crates/utils/cfg_file/cfg_file_derive",
- "crates/utils/cfg_file/cfg_file_example"
+ "crates/utils/cfg_file/cfg_file_test",
]
[workspace.package]