mirror of https://github.com/rwf2/Rocket.git
17 lines
349 B
TOML
17 lines
349 B
TOML
|
[package]
|
||
|
name = "session"
|
||
|
version = "0.0.1"
|
||
|
workspace = "../../"
|
||
|
|
||
|
[dependencies]
|
||
|
rocket = { path = "../../lib" }
|
||
|
rocket_codegen = { path = "../../codegen" }
|
||
|
|
||
|
[dependencies.rocket_contrib]
|
||
|
path = "../../contrib"
|
||
|
default-features = false
|
||
|
features = ["handlebars_templates"]
|
||
|
|
||
|
[dev-dependencies]
|
||
|
rocket = { path = "../../lib", features = ["testing"] }
|