überall async entfernt, lauffähiger Zustand

This commit is contained in:
murmeldin 2024-08-02 22:22:11 +02:00 committed by murmeldin
parent 9db5955c1b
commit c026a38239
3 changed files with 27 additions and 33 deletions

View file

@ -5,16 +5,15 @@ edition = "2021"
[dependencies]
pandoc = "0.8"
tokio = { version = "1", features = ["full"] }
chrono = "0.4.38"
regex = "1.10.5"
futures = "0.3.30"
headers = "0.4.0"
reqwest = "0.12.5"
reqwest = {version = "0.12.5", features = ["blocking"]}
lettre = "0.11.7"
rand = "0.9.0-alpha.1"
rusqlite = "0.31.0"
uuid = { version = "1.10.0", features = ["v4"] }
log = "0.4.22"
clap = "4.5.11"
rpassword = "7.3.1"
rpassword = "7.3.1"