diff options
| author | 魏曹先生 <1992414357@qq.com> | 2025-09-25 14:07:45 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2025-09-25 14:07:45 +0800 |
| commit | 0c76046dff0672c3f9bf57dc471a46c78845ef8a (patch) | |
| tree | 43cef168a204f6b45a71bccd767d680770f322da /Cargo.toml | |
| parent | 07b1ce2c3398c69b021ea2418a057eb7b6cacc40 (diff) | |
Rename `env` to `vcs`
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" } |
