mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-28 13:22:38 +00:00
05426881b0
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.
11 lines
179 B
TOML
11 lines
179 B
TOML
[package]
|
|
name = "manual_routes"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
async-std = "0.99.4"
|