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

15 lines
374 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"
2022-10-26 16:51:27 +01:00
actix-web-lab = "0.18"
env_logger = "0.9"
2022-07-12 01:08:56 +01:00
futures-util = { version = "0.3.17", default-features = false, features = ["std"] }
2022-02-14 01:37:51 +00:00
log = "0.4"
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"] }