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

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

clap = { version = "4.4.7", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4"

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

indicatif = "0.17.7"
humansize = "2.1.3"