mirror of
https://github.com/rwf2/Rocket.git
synced 2024-12-27 04:42:40 +00:00
f4bb8bb511
* contrib: 'rmp-serde', 'tera', 'memcache', 'mysql', 'postgres', 'redis'. * examples: 'parking-lot', 'rand'
11 lines
166 B
TOML
11 lines
166 B
TOML
[package]
|
|
name = "pastebin"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
rand = "0.7"
|