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 bd056f3 commit ddb3bf9Copy full SHA for ddb3bf9
src/http-server/Cargo.toml
@@ -11,7 +11,9 @@ license = "MIT OR Apache-2.0"
11
readme = "../../README.md"
12
include = ["../file-explorer-ui/dist"]
13
14
-# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
+[[bin]]
15
+name = "http-server"
16
+path = "src/main.rs"
17
18
[dependencies]
19
anyhow = { workspace = true }
0 commit comments