Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 188 Bytes

Static File Server

This is a simple axum based static file server.

Cross Compile

  • cargo build --release --target "x86_64-unknown-linux-musl"