summaryrefslogtreecommitdiff
path: root/systems/action/Cargo.toml
blob: 53179750cae59d4ec49ad168dd18a5a10f74c643 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[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.228", features = ["derive"] }
serde_json = "1.0.145"

# Async & Networking
tokio = "1.48.0"