blob: 843e23fbfebe15af1d238cf5090a2a5690a848a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[package]
name = "rift"
version = "1.0.0"
edition = "2021"
[dependencies]
libkeks = { path = "../client-native-lib" }
clap = { version = "4.5.9", features = ["derive"] }
log = { version = "0.4", features = ["kv"] }
rustyline = { version = "14.0.0", features = ["derive"] }
tokio = { version = "1.38", features = ["full"] }
bytes = "1.6.0"
pretty_env_logger = "0.5.0"
indicatif = "0.17.8"
humansize = "2.1.3"
users = "0.11.0"
anyhow = "1.0.86"
shlex = "1.3.0"
|