aboutsummaryrefslogtreecommitdiff
path: root/client-native-rift/Cargo.toml
blob: ccc0c5ca70ae58d994c8c9a4c15531d9f74ace49 (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.1.4", features = ["derive"] }
env_logger = "0.10.0"
log = "0.4"

tokio = { version = "1.25", features = ["full"] }
bytes = "1.4.0"

indicatif = "0.17.3"
humansize = "2.1.3"