From fa7dd2ef8d09d65abe47c0142bb56ea93ea0e4a3 Mon Sep 17 00:00:00 2001 From: Leo Borai Date: Sun, 28 Dec 2025 02:10:00 +0100 Subject: [PATCH] fix: add missing docs link Updated documentation URL for the project. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2a7f7ec..fb702b17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ resolver = "1" authors = ["Leo Borai "] categories = ["web-programming", "web-programming::http-server"] description = "Simple and configurable command-line HTTP server" -documentation = "" +documentation = "https://http-server-rs.github.io" edition = "2024" include = ["/ui", "/src/"] keywords = ["configurable", "http", "server", "serve", "static"]