7 rustPlatform.buildRustPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-Chm2xPB0BrLXSZslg9wnbDyHSJRQAvOtpH0Rw6w1q1s=";
18 cargoLock.lockFile = ./Cargo.lock;
20 cp ${./Cargo.lock} Cargo.lock
26 description = "Fast production-ready static web server";
27 homepage = "https://github.com/mufeedvh/binserve";
29 A fast production-ready static web server with TLS
30 (HTTPS), routing, hot reloading, caching, templating, and security in a
31 single-binary you can set up with zero code
33 license = licenses.mit;
34 maintainers = with maintainers; [ snapdgn ];
35 platforms = platforms.unix;
36 mainProgram = "binserve";