diff options
Diffstat (limited to 'client-native-rift/Cargo.toml')
-rw-r--r-- | client-native-rift/Cargo.toml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/client-native-rift/Cargo.toml b/client-native-rift/Cargo.toml index cc6b92d..3b52b83 100644 --- a/client-native-rift/Cargo.toml +++ b/client-native-rift/Cargo.toml @@ -5,17 +5,14 @@ edition = "2021" [dependencies] libkeks = { path = "../client-native-lib" } - clap = { version = "4.5.3", features = ["derive"] } -pretty_env_logger = "0.5.0" log = { version = "0.4", features = ["kv"] } - +rustyline = { version = "14.0.0", features = ["derive"] } tokio = { version = "1.36", features = ["full"] } bytes = "1.5.0" - +pretty_env_logger = "0.5.0" indicatif = "0.17.8" humansize = "2.1.3" users = "0.11.0" anyhow = "1.0.81" shlex = "1.3.0" -rustyline = "14.0.0" |