mirror of
https://github.com/rwf2/Rocket.git
synced 2025-02-16 21:52:08 +00:00
This updates: * rmp-serde to 1 * pretty_assertions to 1 * parking_lot to 0.12 * tokio-util to 0.7
11 lines
173 B
TOML
11 lines
173 B
TOML
[package]
|
|
name = "responders"
|
|
version = "0.0.0"
|
|
workspace = "../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
parking_lot = "0.12"
|