1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/server-sent-events/Cargo.toml

15 lines
327 B
TOML
Raw Normal View History

[package]
name = "server-sent-events"
2019-12-07 18:59:24 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
[dependencies]
actix-web.workspace = true
actix-web-lab.workspace = true
env_logger.workspace = true
futures-util.workspace = true
log.workspace = true
2022-02-14 02:37:51 +01:00
parking_lot = "0.12"
2023-10-29 02:06:58 +02:00
tokio = { workspace = true, features = ["sync"] }
tokio-stream.workspace = true