1
0
mirror of https://github.com/actix/examples synced 2025-03-20 18:45:17 +01:00

12 lines
261 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]
actix-web = "4.0.0-rc.3"
env_logger = "0.9"
2019-12-07 23:59:24 +06:00
futures = "0.3.1"
tokio = { version = "1.16.1", features = ["sync"] }
tokio-stream = { version = "0.1.8", features = ["time"] }