rocket_csrf/examples/minimal/Cargo.toml

14 lines
341 B
TOML
Raw Permalink Normal View History

2020-10-16 23:08:58 +00:00
[package]
name = "rocket_csrf_example_minimal"
version = "0.0.0"
authors = ["Alex Kotov <kotovalexarian@gmail.com>"]
edition = "2018"
publish = false
[dependencies]
2022-07-13 04:37:42 +00:00
rocket = "0.5.0-rc.2"
2020-10-16 23:08:58 +00:00
rocket_csrf = { path = "../.." }
2022-07-13 04:37:42 +00:00
rocket_dyn_templates = { version = "0.1.0-rc.2", features = ["handlebars"] }
2020-10-17 00:19:20 +00:00
serde = "1.0.117"
serde_derive = "1.0.117"