Files
room-rs/Cargo.toml
2023-11-05 00:41:55 +08:00

21 lines
561 B
TOML

[package]
name = "room-rs"
version = "0.1.6"
authors = ["Hatter Jiang@Pixelbook <jht5945@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rust_util = "0.6"
simpledateformat = "0.1"
chrono = "0.4"
tungstenite = {version = "0.20", default-features = false}
tokio-tungstenite = "0.20"
tokio = { version = "1.28", features = ["full"]}
futures-util = "0.3"
lazy_static = "1.4"
futures-channel = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"