Rocket/examples/stream/Cargo.toml
Jacob Pratt 05426881b0 Use 'File' from 'async_std' instead of from 'tokio'.
Additionally pin tokio to '=0.2.0-alpha.2'; before this change cargo
selects '0.2.0-alpha.3' which hyper does not compile against.
2020-07-11 09:24:28 -07:00

12 lines
207 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"
async-std = "0.99.4"