mildly-basic-auth 0.2.0

Basic auth with nicer UX.
Documentation
1
2
3
4
5
6
7
8
9
10
# Whitelist principle: ignore everything, then re-include only what the
# build needs. The template (`src/index.html`) is embedded via
# `include_str!`, so it comes in with `src/` — no separate entry needed.
*
!/Cargo.toml
!/Cargo.lock
!/src/

# Re-exclude nested cruft the whitelist would otherwise pull back in.
**/.DS_Store