diff options
Diffstat (limited to 'client-native-rift/Cargo.toml')
-rw-r--r-- | client-native-rift/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml index 08a08bb..460467f 100644 --- a/client-native-rift/Cargo.toml +++ b/client-native-rift/Cargo.toml @@ -12,3 +12,6 @@ log = "0.4" tokio = { version = "1.21", features = ["full"] } bytes = "1.2.1" + +indicatif = "0.17.1" +humansize = "2.0.0" |