summaryrefslogtreecommitdiff
path: root/crates/env/env_test/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/env/env_test/Cargo.toml')
-rw-r--r--crates/env/env_test/Cargo.toml12
1 files changed, 0 insertions, 12 deletions
diff --git a/crates/env/env_test/Cargo.toml b/crates/env/env_test/Cargo.toml
deleted file mode 100644
index e4a2d14..0000000
--- a/crates/env/env_test/Cargo.toml
+++ /dev/null
@@ -1,12 +0,0 @@
-[package]
-name = "env_test"
-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"] }