1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/server-sent-events/Cargo.toml
2019-12-15 23:07:17 +06:00

13 lines
230 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-alpha.6"
env_logger = "0.6"
futures = "0.3.1"
tokio = "0.2"