Skip to content

Commit a9f0653

Browse files
committed
fix: included now should add src
1 parent ddb3bf9 commit a9f0653

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 = ["../file-explorer-ui/dist"]
12+
include = ["../file-explorer-ui/dist", "./src"]
1313

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

0 commit comments

Comments
 (0)