mirror of
https://github.com/actix/examples
synced 2024-11-28 00:12:57 +01:00
14 lines
217 B
TOML
14 lines
217 B
TOML
|
[package]
|
||
|
name = "server-sent-events"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Arve Seljebu"]
|
||
|
workspace = ".."
|
||
|
edition = "2018"
|
||
|
|
||
|
[dependencies]
|
||
|
actix-rt = "0.2"
|
||
|
actix-web = "1.0"
|
||
|
env_logger = "0.6"
|
||
|
futures = "0.1"
|
||
|
tokio = "0.1"
|