You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rocket_csrf/Cargo.toml

17 lines
430 B
TOML

[package]
name = "rocket_csrf"
description = "Rocket fairing and guard for csrf protection"
version = "0.1.0"
authors = ["Trinity Pointard <trinity.pointard@insa-rennes.fr>"]
repository = "https://github.com/fdb-hiroshima/rocket_csrf"
readme = "README.md"
license = "GPL-3.0"
keywords = ["rocket", "csrf", "security"]
[dependencies]
data-encoding = "~2.1.1"
ring = "~0.13.5"
rocket = "0.4.0-rc.1"
serde = "~1.0"
time = "~0.1.40"