mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
13 lines
247 B
TOML
13 lines
247 B
TOML
[package]
|
|
name = "server-sent-events"
|
|
version = "1.0.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web.workspace = true
|
|
actix-web-lab.workspace = true
|
|
env_logger.workspace = true
|
|
futures-util.workspace = true
|
|
log.workspace = true
|
|
parking_lot = "0.12"
|