The TCP server to handle firefly requests, this uses the Tokio runtime.
Build the server, the binary is located in the target
directory.
bash
$ cargo build --release
Customizing the server can currently be done by modifying values within the
src/main.rs
file.