From 23c7be33dbb46ce35d53f94a8c6e48aabb7e983c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 15 Oct 2022 16:11:53 +0200 Subject: add some native gui code --- client-native-gui/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client-native-gui/Cargo.toml') diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index b801af6..3912bc9 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -6,6 +6,8 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } +async-std = "1.12.0" +tokio = { version = "1.21.2", features = ["full"] } env_logger = "0.8" log = "0.4" -- cgit v1.2.3-70-g09d2