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

tokio = { version = "1.24", features = ["full"] }
bytes = "1.3.0"

indicatif = "0.17.3"
humansize = "2.1.3"