add docs endpoint

This commit is contained in:
Matthias 2022-01-12 01:05:41 +01:00
parent 8d445a3a4b
commit 2b31144394

View file

@ -29,3 +29,7 @@ install: ## Install project locally
.PHONY: run
run: ## Run project locally
cargo run
.PHONY: docs
docs: ## Generate and show documentation
cargo doc --open