Aardwolf-Social / aardwolf

Powering connected social communities with open software.
GNU Affero General Public License v3.0
480 stars 40 forks source link

Delete rocket #196

Closed asonix closed 5 years ago

asonix commented 5 years ago

This PR deletes the rocket web framework in favor of the actix web framework. It removes all references to rocket (except rocket-i18n, which doesn't depend on rocket with default-features = false). it also sets actix as a default feature, so no more building with cargo build --features actix it's just cargo build now.

asonix commented 5 years ago

Actix is going to release version 1.0 of their web framework soon, so I'm going to spend some time upgrading us to the beta today