mirror of
https://github.com/actix/examples
synced 2024-11-23 14:31:07 +01:00
12 lines
218 B
TOML
12 lines
218 B
TOML
[package]
|
|
name = "server-sent-events"
|
|
version = "1.0.0"
|
|
authors = ["Arve Seljebu"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-web = "3"
|
|
env_logger = "0.7"
|
|
futures = "0.3.1"
|
|
tokio = { version = "0.2", features = ["sync"] }
|