mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 05:52:19 +00:00
Work on axum support
This commit is contained in:
@@ -23,3 +23,4 @@ reqwest.workspace = true
|
||||
tokio.workspace = true
|
||||
rustical_dav.workspace = true
|
||||
rustical_store.workspace = true
|
||||
http.workspace = true
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use actix_web::http::StatusCode;
|
||||
use http::StatusCode;
|
||||
use reqwest::{
|
||||
Method, Request,
|
||||
header::{self, HeaderName, HeaderValue},
|
||||
|
||||
Reference in New Issue
Block a user