crissy 0.1.1

CSRF protection middleware for Axum
Documentation
1
2
3
4
5
6
7
8
9
10
11
_PHONY: clippy test doc all

all: clippy test doc

clippy:
	cargo hack --feature-powerset clippy
test:
	cargo hack --feature-powerset test
# `cargo doc` still works fine, but won't include feature flag tags
doc:
	cargo +nightly rustdoc --all-features -- --cfg=docsrs