From 427b1b0289d1f10234ffb513c0a02d47a51055d8 Mon Sep 17 00:00:00 2001 From: LordMZTE <lord@mzte.de> Date: Thu, 1 Apr 2021 21:41:34 +0200 Subject: [PATCH] first gui prototype --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3072552..40038b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,5 +16,5 @@ reqwest = "0.10.9" serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.60" thiserror = "1.0.23" -tokio = { version = "0.2.23", features = ["macros", "fs", "process"] } +tokio = { version = "0.2.23", features = ["macros", "fs"] } url = "2.2.0"