summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-25 14:07:45 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-25 14:07:45 +0800
commit0c76046dff0672c3f9bf57dc471a46c78845ef8a (patch)
tree43cef168a204f6b45a71bccd767d680770f322da /Cargo.toml
parent07b1ce2c3398c69b021ea2418a057eb7b6cacc40 (diff)
Rename `env` to `vcs`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
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" }