summaryrefslogtreecommitdiff
path: root/crates/system_action/Cargo.toml
blob: ee4f774e1a29a6ffde45be6a20b4d53e91ea810c (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "action_system"
edition = "2024"
version.workspace = true

[dependencies]
tcp_connection = { path = "../utils/tcp_connection" }
action_system_macros = { path = "action_macros" }

# Serialization
serde = { version = "1.0.219", features = ["derive"] }