remove unecessary features

This commit is contained in:
theo 2024-07-24 15:17:47 +02:00
parent d8f3c276c0
commit b807e78ac3
No known key found for this signature in database

View File

@ -14,9 +14,9 @@ tauri-build = { version = "2.0.0-beta", features = [] }
[dependencies] [dependencies]
axum = "0.7.5" axum = "0.7.5"
tauri = { version = "2.0.0-beta", features = ["devtools"] } tauri = { version = "2.0.0-beta", features = [] }
tower = "0.4.13" tower = "0.4.13"
clego = { path = "../clego" }
tokio = "1.39.1" tokio = "1.39.1"
clego = { path = "../clego" }