Skip to content

Commit bd056f3

Browse files
committed
fix: include dist files
1 parent 0e97560 commit bd056f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/http-server/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
[package]
22
name = "http-server"
33
version = "0.8.9"
4-
authors = ["Esteban Borai <[email protected]>"]
4+
authors = ["Leo Borai <[email protected]>"]
55
edition = "2021"
66
description = "Simple and configurable command-line HTTP server"
77
repository = "https://github.com/http-server-rs/http-server"
88
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"]
1213

1314
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1415

0 commit comments

Comments
 (0)