blob: e4a2d148eb6e116ca3557d4ecab8138b7e9c9560 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[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"] }
|