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.lock | |
| parent | 07b1ce2c3398c69b021ea2418a057eb7b6cacc40 (diff) | |
Rename `env` to `vcs`
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 48 |
1 files changed, 24 insertions, 24 deletions
@@ -356,29 +356,6 @@ dependencies = [ ] [[package]] -name = "env" -version = "0.1.0" -dependencies = [ - "cfg_file", - "dirs", - "serde", - "string_proc", - "tcp_connection", - "tokio", - "uuid", -] - -[[package]] -name = "env_test" -version = "0.1.0" -dependencies = [ - "cfg_file", - "env", - "tcp_connection", - "tokio", -] - -[[package]] name = "equivalent" version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -511,9 +488,9 @@ name = "just_enough_vcs" version = "0.0.0" dependencies = [ "cfg_file", - "env", "string_proc", "tcp_connection", + "vcs", ] [[package]] @@ -1311,6 +1288,29 @@ dependencies = [ ] [[package]] +name = "vcs" +version = "0.1.0" +dependencies = [ + "cfg_file", + "dirs", + "serde", + "string_proc", + "tcp_connection", + "tokio", + "uuid", +] + +[[package]] +name = "vcs_test" +version = "0.1.0" +dependencies = [ + "cfg_file", + "tcp_connection", + "tokio", + "vcs", +] + +[[package]] name = "version_check" version = "0.9.5" source = "registry+https://github.com/rust-lang/crates.io-index" |
