mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 07:02:24 +00:00
Checkpoint: Migration to axum
This commit is contained in:
@@ -5,8 +5,6 @@ edition.workspace = true
|
||||
description.workspace = true
|
||||
repository.workspace = true
|
||||
|
||||
[features]
|
||||
actix = ["dep:actix-web"]
|
||||
|
||||
[dependencies]
|
||||
chrono.workspace = true
|
||||
@@ -20,4 +18,4 @@ regex.workspace = true
|
||||
rrule.workspace = true
|
||||
serde.workspace = true
|
||||
sha2.workspace = true
|
||||
actix-web = { workspace = true, optional = true }
|
||||
axum.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user