mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
13 lines
222 B
TOML
13 lines
222 B
TOML
[package]
|
|
name = "server-sent-events"
|
|
version = "1.0.0"
|
|
authors = ["Arve Seljebu"]
|
|
workspace = ".."
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
actix-rt = "1.0.0"
|
|
actix-web = "2.0.0"
|
|
env_logger = "0.6"
|
|
futures = "0.3.1"
|
|
tokio = "0.2" |