Files
UdpSocketServer/Cargo.toml
2024-03-20 00:49:34 +01:00

11 lines
277 B
TOML

[package]
name = "socket_server"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
serde = { version = "1.0.197", features = ["derive"] }
serde_json = "1.0.114"
colored = "2.1.0"