mirror of https://github.com/rwf2/Rocket.git
13 lines
336 B
TOML
13 lines
336 B
TOML
[package]
|
|
name = "rocket_guide_tests"
|
|
version = "0.0.0"
|
|
workspace = "../../"
|
|
edition = "2018"
|
|
publish = false
|
|
|
|
[dependencies]
|
|
rocket = { path = "../../core/lib" }
|
|
rocket_contrib = { path = "../../contrib/lib", features = ["json", "tera_templates", "diesel_sqlite_pool"] }
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
rand = "0.7"
|