Crates.io | salvo-csrf |
lib.rs | salvo-csrf |
version | 0.74.1 |
source | src |
created_at | 2022-09-28 09:36:06.322275 |
updated_at | 2024-11-05 07:14:14.364024 |
description | CSRF support for salvo web server framework. |
homepage | https://salvo.rs |
repository | https://github.com/salvo-rs/salvo |
max_upload_size | |
id | 675568 |
size | 47,618 |
This is an official crate, so you can enable it in Cargo.toml
like this:
salvo = { version = "*", features = ["csrf"] }