We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be198f commit aa139a6Copy full SHA for aa139a6
src/http-server/Cargo.toml
@@ -9,7 +9,7 @@ categories = ["web-programming", "web-programming::http-server"]
9
keywords = ["configurable", "http", "server", "serve", "static"]
10
license = "MIT OR Apache-2.0"
11
readme = "../../README.md"
12
-include = ["./ui", "./src"]
+include = ["/ui", "/src/"]
13
14
[[bin]]
15
name = "http-server"
0 commit comments