simple static file server
``` frisbee 0.1.0 Nathan Files nathanwfiles@gmail.com
USAGE: frisbee [OPTIONS]
OPTIONS:
-h, --help Print help information
-p, --public
Port/Address/etc can be configured with Rocket's native configuration system https://rocket.rs/v0.5-rc/guide/configuration/
ROCKET_PORT=80 frisbee ```
sh
cargo install frisbee
OR
cargo install --git https://github.com/nfiles/frisbee.git --branch main
```sh
cargo release
git push git push --tags ```