diff options
| author | metamuffin <metamuffin@disroot.org> | 2022-09-14 20:23:40 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2022-09-14 20:23:40 +0200 |
| commit | 9b6b92d0cec58c3054c389f73fc86b96b79c17d1 (patch) | |
| tree | 8077c8e6fb00179ca31cd2e6822bf0315419bac7 /client-native-rift/Cargo.toml | |
| parent | c752fe962df841b0cb811b09f155568735e7380c (diff) | |
| download | keks-meet-9b6b92d0cec58c3054c389f73fc86b96b79c17d1.tar keks-meet-9b6b92d0cec58c3054c389f73fc86b96b79c17d1.tar.bz2 keks-meet-9b6b92d0cec58c3054c389f73fc86b96b79c17d1.tar.zst | |
extract lib
Diffstat (limited to 'client-native-rift/Cargo.toml')
| -rw-r--r-- | client-native-rift/Cargo.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml index f87cf16..1693422 100644 --- a/client-native-rift/Cargo.toml +++ b/client-native-rift/Cargo.toml @@ -5,3 +5,10 @@ edition = "2021" [dependencies] client-native-lib = { path = "../client-native-lib" } + +clap = { version = "3.2.21", features = ["derive"] } +env_logger = "0.8" +log = "0.4" + +tokio = { version = "1.21", features = ["full"] } +bytes = "1.2.1" |