2017-03-08 11:28:12 +00:00
|
|
|
[package]
|
|
|
|
name = "session"
|
2017-03-08 22:29:24 +00:00
|
|
|
version = "0.0.0"
|
2021-03-09 23:32:04 +00:00
|
|
|
workspace = "../"
|
2019-06-13 02:41:29 +00:00
|
|
|
edition = "2018"
|
2018-06-03 16:44:38 +00:00
|
|
|
publish = false
|
2017-03-08 11:28:12 +00:00
|
|
|
|
|
|
|
[dependencies]
|
2020-09-03 05:41:31 +00:00
|
|
|
rocket = { path = "../../core/lib", features = ["secrets"] }
|
2017-03-08 11:28:12 +00:00
|
|
|
|
|
|
|
[dependencies.rocket_contrib]
|
2018-06-03 16:44:38 +00:00
|
|
|
path = "../../contrib/lib"
|
2017-03-08 11:28:12 +00:00
|
|
|
default-features = false
|
|
|
|
features = ["handlebars_templates"]
|