1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

14 lines
348 B
TOML
Raw Normal View History

[package]
name = "server-sent-events"
2019-12-07 23:59:24 +06:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
edition = "2021"
[dependencies]
2022-02-25 21:07:22 +00:00
actix-web = "4"
env_logger = "0.9"
2022-02-14 01:37:51 +00: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"] }