[package] name = "vcs_data" edition = "2024" version.workspace = true [dependencies] # Utils tcp_connection = { path = "../utils/tcp_connection" } cfg_file = { path = "../utils/cfg_file", features = ["default"] } string_proc = { path = "../utils/string_proc" } # Core action_system = { path = "../system_action" } # Identity uuid = { version = "1.18.1", features = ["v4", "serde"] } # Serialization serde = { version = "1.0.228", features = ["derive"] } # Async & Networking tokio = { version = "1.48.0", features = ["full"] } # Filesystem dirs = "6.0.0"