mirror of
https://codeberg.org/JasterV/chat-rooms-actix.git
synced 2026-04-26 18:10:04 +00:00
18 lines
No EOL
440 B
TOML
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" |