[package] name = "bellhop-auth-dummy" version = "0.2.1" authors = [ "Joel Scarfone ", "Sam Wilson ", "Tai Dickerson", ] edition = "2018" license = "Apache-2.0" homepage = "https://bellhop.rs/" repository = "https://github.com/bellhop-rs/bellhop" description = "Authentication plugin for bellhop that only requires an email" [dependencies] bellhop = { path = "../bellhop", version = "0.2.1" } rocket = "0.4.0" serde = "1.0.80" serde_derive = "1.0.80" [dependencies.rocket_contrib] version = "0.4.0" default-features = false features = ["handlebars_templates"]