chat-rooms-actix/Cargo.toml
Víctor Martínez 7bef1322a3 refactor
2021-03-07 15:04:03 +01:00

18 lines
No EOL
440 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
[lib]
name = "lib"
path = "src/lib.rs"
[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"