vane 0.8.15

A flow-based reverse proxy with multi-layer routing and programmable pipelines.
1
2
3
4
5
6
7
8
9
10
11
12
{
	"scripts": {
		"remove": "cargo remove",
		"add": "cargo add",
		"dev": "cargo run",
		"build": "cargo build",
		"lint": "cargo fmt --all",
		"install": "cargo install --path .",
		"clean": "cargo clean",
		"publish": "cargo publish"
	}
}