mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 20:32:48 +00:00
Remove optional dependencies to remove openssl dependency
This commit is contained in:
@@ -23,8 +23,8 @@ tokio.workspace = true
|
||||
rustical_dav.workspace = true
|
||||
rustical_store.workspace = true
|
||||
http.workspace = true
|
||||
base64 = "0.22"
|
||||
p256 = { version = "0.13", features = ["ecdh"] }
|
||||
base64.workspace = true
|
||||
p256.workspace = true
|
||||
rand.workspace = true
|
||||
ece = "2.3"
|
||||
ece.workspace = true
|
||||
axum.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user