openbmclapi-rs/tests/socket-test/Cargo.toml

18 lines
440 B
TOML
Raw Normal View History

2024-02-08 23:59:36 +08:00
[package]
name = "socket-test"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_socketio = { path = "D:/githubs/rust-socketio/socketio", features = ["async"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.112"
toml = "0.8.8"
2024-02-09 14:16:49 +08:00
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["time"] }