diff options
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ multer = "2.0.0" mime_guess = "2.0" [target.'cfg(unix)'.dependencies] -hyperlocal = "0.8" +hyperlocal = { version = "0.8", features = ["server"] } |
index : gitpad | ||
A git web interface with editing and Markdown support. |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | Cargo.toml | 2 |
@@ -35,4 +35,4 @@ multer = "2.0.0" mime_guess = "2.0" [target.'cfg(unix)'.dependencies] -hyperlocal = "0.8" +hyperlocal = { version = "0.8", features = ["server"] } |