From 0c76046dff0672c3f9bf57dc471a46c78845ef8a Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Thu, 25 Sep 2025 14:07:45 +0800 Subject: Rename `env` to `vcs` --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 46fa4e1..9b505e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,11 +5,11 @@ license-file = "LICENSE-MIT.md" authors = ["Weicao-CatilGrass (GitHub)"] [features] -all = ["cfg_file", "tcp_connection", "string_proc", "env"] +all = ["cfg_file", "tcp_connection", "string_proc", "vcs"] cfg_file = [] tcp_connection = [] string_proc = [] -env = [] +vcs = [] [workspace] members = [ @@ -22,8 +22,8 @@ members = [ "crates/utils/string_proc", - "crates/env", - "crates/env/env_test", + "crates/vcs", + "crates/vcs/vcs_test", ] [workspace.package] @@ -53,4 +53,4 @@ cfg_file = { path = "crates/utils/cfg_file" } tcp_connection = { path = "crates/utils/tcp_connection" } string_proc = { path = "crates/utils/string_proc" } -env = { path = "crates/env" } +vcs = { path = "crates/vcs" } -- cgit