TheWaWaR / simple-http-server

Simple http server in Rust (Windows/Mac/Linux)
MIT License
2.53k stars 170 forks source link

fix: use right feature name #85

Closed Priestch closed 1 year ago

Priestch commented 1 year ago

This PR may fix #84, the tls feature was renamed to native-tls in Cargo.toml but didn't sync with code in fe903df3afc3e97bc83eccab28fb3bd9276e71ff commit.

TheWaWaR commented 1 year ago

Thanks