1
0
mirror of https://github.com/actix/examples synced 2024-11-23 14:31:07 +01:00
examples/server-sent-events/Cargo.toml
2019-12-25 20:48:33 +04:00

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"