chat-rooms-actix/Cargo.toml
2021-03-22 00:58:39 +01:00

18 lines
No EOL
455 B
TOML

[package]
name = "actix-messaging"
version = "0.1.0"
authors = ["Víctor Martínez <victorcoder2@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix = "0.10.0"
actix-web = "3"
actix-web-actors = "3.0.0"
uuid = { version = "0.8", features = ["serde", "v4"] }
derive_more = "0.99.11"
serde_json = "1.0.64"
serde = "1.0.124"
env_logger = "0.8.3"
rand = "0.8.3"