corund 0.2.0

Portable auth server.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set shell := ["nu", "-c"]
rustflags := if os() == "windows" { "-L ~/.bin" } else { "/usr/bin" }

check: lint test

test t="":
	@ CORUND_MODE=test cargo test {{t}}

test_exact t="":
	@ CORUND_MODE=test cargo test {{t}} -- --exact

lint:
	@ cargo fmt

run *flags="":
	@ CORUND_MODE=dev RUSTFLAGS="{{rustflags}}" cargo run -- {{flags}}