phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
99 stars 10 forks source link

Switch webserver to axum #1432

Closed cd-work closed 1 month ago

cd-work commented 1 month ago

This changes the internal webserver from the routerify crate to axum, since routerify is not maintained and pulls in a rather old hyper version.