reinhardt-auth 0.2.2

Authentication and authorization system
Documentation
1
2
3
4
fn main() {
	println!("cargo::rustc-check-cfg=cfg(wasm)");
	println!("cargo::rustc-check-cfg=cfg(native)");
}