aboutsummaryrefslogtreecommitdiff
path: root/client-native-gui/Cargo.toml
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-03-18 00:42:21 +0100
committermetamuffin <metamuffin@disroot.org>2024-03-18 00:42:21 +0100
commitf427cdf6f7e8fd03418370425f4f663ca4a03121 (patch)
treeca3a019d62dc9bbeee1b3e93b70e81e2077696e1 /client-native-gui/Cargo.toml
parent6823e2acbef4f38daa214ddce1fa92bf809db736 (diff)
downloadkeks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar
keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar.bz2
keks-meet-f427cdf6f7e8fd03418370425f4f663ca4a03121.tar.zst
reworking rift: part one
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r--client-native-gui/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml
index 346343c..573f69a 100644
--- a/client-native-gui/Cargo.toml
+++ b/client-native-gui/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.2.3"
edition = "2021"
[dependencies]
-client-native-lib = { path = "../client-native-lib" }
+libkeks = { path = "../client-native-lib" }
clap = { version = "4.4.18", features = ["derive"] }
async-std = "1.12.0"