Rocket/examples/stream/Cargo.toml

13 lines
293 B
TOML

[package]
name = "stream"
version = "0.0.0"
workspace = "../../"
edition = "2018"
publish = false
[dependencies]
rocket = { path = "../../core/lib" }
futures-preview = "0.3.0-alpha.18"
tokio = "0.2.0-alpha.2"
futures-tokio-compat = { git = "https://github.com/Nemo157/futures-tokio-compat" }