aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r--client-native-gui/Cargo.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml
new file mode 100644
index 0000000..b801af6
--- /dev/null
+++ b/client-native-gui/Cargo.toml
@@ -0,0 +1,13 @@
+[package]
+name = "keks-meet"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+client-native-lib = { path = "../client-native-lib" }
+
+env_logger = "0.8"
+log = "0.4"
+
+egui = "0.19.0"
+eframe = "0.19.0"