feat: remove tokio

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-07-30 22:45:47 +02:00
parent 64c87d3192
commit bfad2af1d0
3 changed files with 7 additions and 71 deletions

View File

@@ -6,11 +6,11 @@ resolver = "2"
cuddle-please = { path = "crates/cuddle-please" }
anyhow = { version = "1.0.71" }
tokio = { version = "1", features = ["full"] }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3.17" }
clap = { version = "4.3.4", features = ["derive", "env"] }
dotenv = { version = "0.15.0" }
url = {version = "*"}
serde_yaml = {version = "*"}