projects involving the gemini protocol
RUN_CMD := run --bin vostok localhost

.PHONY: watch
watch:
	cargo watch -x "${RUN_CMD}"

.PHONY: run
run:
	cargo ${RUN_CMD}