aboutsummaryrefslogtreecommitdiff
path: root/client-native-rift/Cargo.toml
blob: d9a791528b7ac22d41dffd8348cce52943a6a31d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "rift"
version = "1.0.0"
edition = "2021"

[dependencies]
libkeks = { path = "../client-native-lib" }

clap = { version = "4.4.18", features = ["derive"] }
pretty_env_logger = "0.5.0"
log = "0.4"

tokio = { version = "1.35", features = ["full"] }
bytes = "1.5.0"

indicatif = "0.17.7"
humansize = "2.1.3"
users = "0.11.0"
anyhow = "1.0.81"
shlex = "1.3.0"
rustyline = "14.0.0"