1
0
mirror of https://github.com/actix/examples synced 2025-02-09 04:15:37 +01:00

15 lines
423 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 = { workspace = true }
actix-web-lab = { workspace = true }
env_logger.workspace = true
2022-07-12 01:08:56 +01:00
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
log.workspace = true
2022-02-14 01:37:51 +00:00
parking_lot = "0.12"
2022-07-09 23:35:09 +01:00
tokio = { version = "1.13.1", features = ["sync"] }
tokio-stream = { version = "0.1.8", features = ["time"] }