Skip to content

Commit aa139a6

Browse files
committed
fix: should not use .
1 parent 7be198f commit aa139a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories = ["web-programming", "web-programming::http-server"]
99
keywords = ["configurable", "http", "server", "serve", "static"]
1010
license = "MIT OR Apache-2.0"
1111
readme = "../../README.md"
12-
include = ["./ui", "./src"]
12+
include = ["/ui", "/src/"]
1313

1414
[[bin]]
1515
name = "http-server"

0 commit comments

Comments
 (0)