1
0
mirror of https://github.com/actix/actix-website synced 2024-11-23 16:31:08 +01:00
actix-website/examples/websockets/Cargo.toml

11 lines
222 B
TOML
Raw Permalink 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"
2023-11-01 16:11:40 +01:00
publish = false
edition.workspace = true
2019-06-18 00:07:57 +02:00
[dependencies]
2022-02-26 04:56:24 +01:00
actix-web = "4"
actix-ws = "0.3"
futures-util = { version = "0.3.31", default-features = false, features = ["std"] }