hutc 0.2.0

Simple af rest api testing client using lua
1
2
3
4
5
6
return {
	recipes = {
		dev = "cargo run -- test",
		init_defs = "cargo run -- init",
	},
}