tower-livereload 0.6.3

A LiveReload middleware built on top of tower.
Documentation
1
2
3
4
5
6
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
stdenvNoCC.mkDerivation {
  name = "dev-shell";
  buildInputs = [ rustup llvmPackages_latest.clang ];
}