feat: use megalodon instead of elefren

This commit is contained in:
VC
2022-11-29 18:20:13 +01:00
parent 19f75a9e76
commit 7f42c9d01a
5 changed files with 92 additions and 68 deletions

View File

@@ -14,7 +14,7 @@ clap = "^4"
egg-mode = "^0.16"
rusqlite = "^0.27"
isolang = "^2"
tokio = { version = "^1", features = ["full"]}
tokio = { version = "^1", features = ["rt"]}
futures = "^0.3"
megalodon = "^0.2"
html-escape = "^0.2"
@@ -25,3 +25,4 @@ mime = "^0.3"
[profile.release]
strip = true
lto = true