diff options
author | metamuffin <metamuffin@disroot.org> | 2022-12-11 20:58:30 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-12-11 20:58:30 +0100 |
commit | 86ae7283820e0f12d6d40d68d272b1593c2239e8 (patch) | |
tree | c2d97b06b730ba86faaf5b6f8ca19258a52b7742 /client-native-gui/Cargo.toml | |
parent | 43bd492ffe61dfec82c172f3eeda869809aa0932 (diff) | |
download | keks-meet-86ae7283820e0f12d6d40d68d272b1593c2239e8.tar keks-meet-86ae7283820e0f12d6d40d68d272b1593c2239e8.tar.bz2 keks-meet-86ae7283820e0f12d6d40d68d272b1593c2239e8.tar.zst |
chat (nattive gui)
Diffstat (limited to 'client-native-gui/Cargo.toml')
-rw-r--r-- | client-native-gui/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client-native-gui/Cargo.toml b/client-native-gui/Cargo.toml index e917276..8ce3445 100644 --- a/client-native-gui/Cargo.toml +++ b/client-native-gui/Cargo.toml @@ -6,6 +6,7 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } +clap = { version = "4.0.29", features = ["derive"] } async-std = "1.12.0" tokio = { version = "1.21.2", features = ["full"] } env_logger = "0.8" |