Skip to content

Commit ddb3bf9

Browse files
committed
fix: bin section
1 parent bd056f3 commit ddb3bf9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/http-server/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ license = "MIT OR Apache-2.0"
1111
readme = "../../README.md"
1212
include = ["../file-explorer-ui/dist"]
1313

14-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
14+
[[bin]]
15+
name = "http-server"
16+
path = "src/main.rs"
1517

1618
[dependencies]
1719
anyhow = { workspace = true }

0 commit comments

Comments
 (0)