From ff38c0740de468be86468119033b2fb9e3d84d5b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 22 Sep 2025 18:40:34 +0800 Subject: Add test for `env` --- crates/env/env_test/Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'crates/env/env_test/Cargo.toml') 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"] } -- cgit