blob: e5a07f655dabb45e86ff75b5c32c6cdea0e0c32a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[package]
name = "vcs_actions"
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 dependencies
action_system = { path = "../system_action" }
vcs_data = { path = "../vcs_data" }
|