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"]