Switch from axum to axum-core and http

This will hopefully keep dependency churn lower.
This commit is contained in:
Joscha 2024-12-02 20:46:14 +01:00
parent cbc313ec52
commit f4b3588ae1
3 changed files with 25 additions and 7 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"rust-analyzer.cargo.features": "all"
}