summaryrefslogtreecommitdiff
path: root/crates/env/env_test/Cargo.toml
diff options
context:
space:
mode:
author魏曹先生 <1992414357@qq.com>2025-09-22 18:40:34 +0800
committer魏曹先生 <1992414357@qq.com>2025-09-22 18:40:34 +0800
commitff38c0740de468be86468119033b2fb9e3d84d5b (patch)
tree14631f6824a07f53575caec3971e015522b1dda5 /crates/env/env_test/Cargo.toml
parentfe73def25241c0fe3b946bef80064431ff7ff9cd (diff)
Add test for `env`
Diffstat (limited to 'crates/env/env_test/Cargo.toml')
-rw-r--r--crates/env/env_test/Cargo.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/crates/env/env_test/Cargo.toml b/crates/env/env_test/Cargo.toml
index 5e63c74..e4a2d14 100644
--- a/crates/env/env_test/Cargo.toml
+++ b/crates/env/env_test/Cargo.toml
@@ -4,4 +4,9 @@ edition = "2024"
version.workspace = true
[dependencies]
+tcp_connection = { path = "../../utils/tcp_connection" }
+cfg_file = { path = "../../utils/cfg_file", features = ["default"] }
env = { path = "../../env" }
+
+# Async & Networking
+tokio = { version = "1.46.1", features = ["full"] }