Switched from warp to axum

This commit is contained in:
2022-12-28 05:22:36 +01:00
parent 3b6a5e4c07
commit 8dc3fd42e7
3 changed files with 153 additions and 330 deletions

View File

@@ -17,13 +17,13 @@ impl_cast = {path = "./impl_cast"}
google-home = {path = "./google-home"}
paste = "1.0.10"
tokio = { version = "1", features = ["full"] }
warp = "0.3"
log = "0.4"
env_logger = "0.10"
toml = "0.5.10"
dotenv = "0.15.0"
anyhow = "1.0.68"
reqwest = "0.11.13"
axum = "0.6.1"
[profile.release]
lto=true