blob: de2b78cce9dc0f356e4816cc2731fdfaf7a5a70d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
[package]
name = "vcs_data_test"
edition = "2024"
version.workspace = true
[dependencies]
tcp_connection = { path = "../../utils/tcp_connection" }
tcp_connection_test = { path = "../../utils/tcp_connection/tcp_connection_test" }
cfg_file = { path = "../../legacy_utils/cfg_file", features = ["default"] }
vcs_data = { path = "../../legacy_data" }
# Async & Networking
tokio = { version = "1.48.0", features = ["full"] }
|