blob: 0ed51d80c31d1003323305ffa50e0ce081b4b5d0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[package]
name = "vcs_test"
edition = "2024"
version.workspace = true
[dependencies]
tcp_connection = { path = "../../utils/tcp_connection" }
cfg_file = { path = "../../utils/cfg_file", features = ["default"] }
vcs = { path = "../../vcs" }
# Async & Networking
tokio = { version = "1.46.1", features = ["full"] }
|