"Simple https server in RUST"
- Dependencies:
- tokyo -> https://docs.rs/tokio/latest/tokio/ (A runtime for writing reliable network applications without compromising speed)
- hyper -> https://docs.rs/hyper/latest/hyper/ (fast and correct HTTP implementation written in and for Rust)
- rustls -> https://docs.rs/hyper/latest/hyper/ (openSSL alternative)