您最多能選擇 25 個主題 主題必須以字母或數字為開頭,可包含連接號「-」且最長為 35 個字元。
rocket_csrf/Cargo.toml

17 行
431 B
TOML

[package]
name = "rocket_csrf"
description = "Rocket fairing and guard for csrf protection"
version = "0.1.2"
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.16.20"
rocket = "0.4.0-rc.1"
serde = "~1.0"
time = "~0.1.40"