mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 21:02:41 +00:00
003bf77c29
* Update 'tokio', 'tokio-rustls', and 'hyper'. * Remove unused dependencies on some `futures-*` crates. * Rework 'spawn_on', which is now 'serve'. * Simplify Ctrl-C handling.
11 lines
212 B
TOML
11 lines
212 B
TOML
[package]
|
|
name = "manual_routes"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
tokio = { version = "0.2.0", features = ["io-util"] }
|