Rocket/examples/stream/Cargo.toml

13 lines
293 B
TOML
Raw Normal View History

2016-09-12 09:43:34 +00:00
[package]
name = "stream"
2017-03-08 22:29:24 +00:00
version = "0.0.0"
2016-09-12 09:43:34 +00:00
workspace = "../../"
2019-06-13 02:41:29 +00:00
edition = "2018"
publish = false
2016-09-12 09:43:34 +00:00
[dependencies]
rocket = { path = "../../core/lib" }
2019-08-27 23:40:23 +00:00
futures-preview = "0.3.0-alpha.18"
tokio = "0.2.0-alpha.2"
futures-tokio-compat = { git = "https://github.com/Nemo157/futures-tokio-compat" }