1
0
mirror of https://github.com/actix/actix-website synced 2024-11-25 09:12:42 +01:00
actix-website/examples/websockets/Cargo.toml

11 lines
155 B
TOML
Raw Normal View History

2019-06-18 00:07:57 +02:00
[package]
name = "websockets"
2019-06-26 18:55:12 +02:00
version = "1.0.0"
2019-06-18 00:07:57 +02:00
edition = "2018"
[dependencies]
2019-12-28 20:16:54 +01:00
actix = "0.9"
actix-rt = "1.0"
actix-web = "2.0"
actix-web-actors = "2.0"