mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-11 12:09:06 +00:00
ea06878581
Use I/O traits and types from 'tokio-io' as much as possible. A few adapters only exist in futures-io-preview and use futures-tokio-compat as a bridge for now.
11 lines
183 B
TOML
11 lines
183 B
TOML
[package]
|
|
name = "manual_routes"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
tokio = "=0.2.0-alpha.6"
|