chore: cleanup fix

This commit is contained in:
Jesús Pérez Lorenzo 2021-09-12 17:04:53 +01:00
parent e1c49d3b8a
commit 1456961851

View File

@ -22,7 +22,6 @@ async-graphql = "2.9.14"
async-graphql-warp = "2.9.14"
async-jobs = "0.2.0"
async-std = "1.10.0"
tokio-cron-scheduler = "0.2.1"
base64 = "0.13.0"
bytes = "1.1.0"
casbin = "2.0.9"
@ -31,7 +30,6 @@ dotenv = "0.15.0"
envmnt = "0.9.0"
futures-util = "0.3.17"
http = "0.2.4"
#job_scheduler = "1.2.1"
# lazy_static = "1.4.0"
log = "0.4.14"
once_cell = "1.8.0"
@ -47,15 +45,13 @@ tera = "1.12.1"
thiserror = "1.0.29"
warp = { version = "0.3.1", features = ["default","websocket","tls","compression"] }
# salvo = { version = "0.5.5", features = ["full"] }
# salvo_extra = "0.5.5"
# salvo_macros = "0.5.5"
toml = "0.5.8"
uuid = { version = "0.8.2", features = ["serde", "v5"] }
url = "2.2.2"
tokio = { version = "1.11.0", features = ["full"] }
#zterton = { path = "../../karyo/osmosys" }
tokio-cron-scheduler = "0.2.1"
zterton = { version = "0.1.1", path = "../lib/zterton" }
app_tools = { version = "0.1.0", path = "../lib/utils/app_tools" }