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

14 lines
357 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 = "4.0.0-rc.3"
env_logger = "0.9"
2022-02-14 02:37:51 +01:00
futures-util = { version = "0.3.7", default-features = false, features = ["std"] }
log = "0.4"
parking_lot = "0.12"
tokio = { version = "1.16", features = ["sync"] }
tokio-stream = { version = "0.1.8", features = ["time"] }