diff options
Diffstat (limited to 'crates/env/env_test/Cargo.toml')
| -rw-r--r-- | crates/env/env_test/Cargo.toml | 5 |
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"] } |
