2020-02-15 11:43:47 +00:00
|
|
|
[package]
|
|
|
|
name = "rocket_guide_tests"
|
|
|
|
version = "0.0.0"
|
|
|
|
workspace = "../../"
|
|
|
|
edition = "2018"
|
|
|
|
publish = false
|
|
|
|
|
2020-07-21 18:53:45 +00:00
|
|
|
[dev-dependencies]
|
2020-09-03 05:41:31 +00:00
|
|
|
rocket = { path = "../../core/lib", features = ["secrets"] }
|
2020-07-21 18:53:45 +00:00
|
|
|
doc-comment = "0.3"
|
2020-02-15 11:43:47 +00:00
|
|
|
rocket_contrib = { path = "../../contrib/lib", features = ["json", "tera_templates", "diesel_sqlite_pool"] }
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
2021-03-01 00:18:37 +00:00
|
|
|
rand = "0.8"
|
2020-12-23 20:37:54 +00:00
|
|
|
figment = { version = "0.10", features = ["toml", "env"] }
|