kumabook / readability

Port of arc90labs-readability with rust
http://readability-rs.herokuapp.com/web/index.html
MIT License
106 stars 40 forks source link

fix: use rustls instead of openssl-sys #14

Closed Max1Truc closed 10 months ago

Max1Truc commented 3 years ago

This removes the dependency on openssl, which is not installed by default on many Linux distros.

kumabook commented 10 months ago

Thank you for the commit