From 2b3114439493686e3698fcbce3b3e2d54fd4cb8d Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 12 Jan 2022 01:05:41 +0100 Subject: [PATCH] add docs endpoint --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 8f9a11c..432d3bc 100644 --- a/Makefile +++ b/Makefile @@ -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