選択できるのは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"