Skip to content

Commit

Permalink
build: bump r3bl_tuify from 0.1.27 to 0.2.0
Browse files Browse the repository at this point in the history
Bumps [r3bl_tuify](https://github.com/r3bl-org/r3bl-open-core) from 0.1.27 to 0.2.0.
- [Release notes](https://github.com/r3bl-org/r3bl-open-core/releases)
- [Changelog](https://github.com/r3bl-org/r3bl-open-core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/r3bl-org/r3bl-open-core/commits)

---
updated-dependencies:
- dependency-name: r3bl_tuify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and adrianbenavides committed Nov 12, 2024
1 parent d859300 commit b7468b5
Show file tree
Hide file tree
Showing 8 changed files with 186 additions and 527 deletions.
629 changes: 157 additions & 472 deletions Cargo.lock

Large diffs are not rendered by default.

48 changes: 12 additions & 36 deletions NOTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ This file contains attributions for any 3rd-party open source code used in this
| aya-log-common | MIT, Apache-2.0 | https://crates.io/crates/aya-log-common |
| aya-obj | MIT, Apache-2.0 | https://crates.io/crates/aya-obj |
| backtrace | MIT, Apache-2.0 | https://crates.io/crates/backtrace |
| backtrace-ext | MIT, Apache-2.0 | https://crates.io/crates/backtrace-ext |
| bare-metal | MIT, Apache-2.0 | https://crates.io/crates/bare-metal |
| base16ct | Apache-2.0, MIT | https://crates.io/crates/base16ct |
| base64 | MIT, Apache-2.0 | https://crates.io/crates/base64 |
Expand All @@ -83,7 +84,6 @@ This file contains attributions for any 3rd-party open source code used in this
| bit_field | Apache-2.0, MIT | https://crates.io/crates/bit_field |
| bitfield | MIT, Apache-2.0 | https://crates.io/crates/bitfield |
| bitflags | MIT, Apache-2.0 | https://crates.io/crates/bitflags |
| block | MIT | https://crates.io/crates/block |
| block-buffer | MIT, Apache-2.0 | https://crates.io/crates/block-buffer |
| block2 | MIT | https://crates.io/crates/block2 |
| blocking | Apache-2.0, MIT | https://crates.io/crates/blocking |
Expand Down Expand Up @@ -117,7 +117,7 @@ This file contains attributions for any 3rd-party open source code used in this
| clap_derive | MIT, Apache-2.0 | https://crates.io/crates/clap_derive |
| clap_lex | MIT, Apache-2.0 | https://crates.io/crates/clap_lex |
| clap_mangen | MIT, Apache-2.0 | https://crates.io/crates/clap_mangen |
| clipboard-win | MIT | https://crates.io/crates/clipboard-win |
| clipboard-win | BSL-1.0 | https://crates.io/crates/clipboard-win |
| cmake | MIT, Apache-2.0 | https://crates.io/crates/cmake |
| colorchoice | MIT, Apache-2.0 | https://crates.io/crates/colorchoice |
| colorful | MIT | https://crates.io/crates/colorful |
Expand All @@ -128,8 +128,6 @@ This file contains attributions for any 3rd-party open source code used in this
| console | MIT | https://crates.io/crates/console |
| const-oid | Apache-2.0, MIT | https://crates.io/crates/const-oid |
| const_fn | Apache-2.0, MIT | https://crates.io/crates/const_fn |
| copypasta | MIT, Apache-2.0 | https://crates.io/crates/copypasta |
| copypasta-ext | MIT, Apache-2.0 | https://crates.io/crates/copypasta-ext |
| core-error | MIT, Apache-2.0 | https://crates.io/crates/core-error |
| core-foundation | MIT, Apache-2.0 | https://crates.io/crates/core-foundation |
| core-foundation-sys | MIT, Apache-2.0 | https://crates.io/crates/core-foundation-sys |
Expand Down Expand Up @@ -173,11 +171,10 @@ This file contains attributions for any 3rd-party open source code used in this
| derive_builder_core | MIT, Apache-2.0 | https://crates.io/crates/derive_builder_core |
| derive_builder_macro | MIT, Apache-2.0 | https://crates.io/crates/derive_builder_macro |
| dialoguer | MIT | https://crates.io/crates/dialoguer |
| diff | MIT, Apache-2.0 | https://crates.io/crates/diff |
| digest | MIT, Apache-2.0 | https://crates.io/crates/digest |
| dlib | MIT | https://crates.io/crates/dlib |
| doc-comment | MIT | https://crates.io/crates/doc-comment |
| dotenvy | MIT | https://crates.io/crates/dotenvy |
| downcast-rs | MIT, Apache-2.0 | https://crates.io/crates/downcast-rs |
| duct | MIT | https://crates.io/crates/duct |
| dunce | CC0-1.0, MIT-0, Apache-2.0 | https://crates.io/crates/dunce |
| dyn-clone | MIT, Apache-2.0 | https://crates.io/crates/dyn-clone |
Expand Down Expand Up @@ -229,6 +226,7 @@ This file contains attributions for any 3rd-party open source code used in this
| futures-sink | MIT, Apache-2.0 | https://crates.io/crates/futures-sink |
| futures-task | MIT, Apache-2.0 | https://crates.io/crates/futures-task |
| futures-util | MIT, Apache-2.0 | https://crates.io/crates/futures-util |
| fxhash | Apache-2.0, MIT | https://crates.io/crates/fxhash |
| gcd | MIT, Apache-2.0 | https://crates.io/crates/gcd |
| generic-array | MIT | https://crates.io/crates/generic-array |
| gethostname | Apache-2.0 | https://crates.io/crates/gethostname |
Expand Down Expand Up @@ -268,10 +266,10 @@ This file contains attributions for any 3rd-party open source code used in this
| indicatif | MIT | https://crates.io/crates/indicatif |
| indoc | MIT, Apache-2.0 | https://crates.io/crates/indoc |
| inout | MIT, Apache-2.0 | https://crates.io/crates/inout |
| instant | BSD-3-Clause | https://crates.io/crates/instant |
| iovec | MIT, Apache-2.0 | https://crates.io/crates/iovec |
| ipnet | MIT, Apache-2.0 | https://crates.io/crates/ipnet |
| is-docker | MIT | https://crates.io/crates/is-docker |
| is-terminal | MIT | https://crates.io/crates/is-terminal |
| is-wsl | MIT | https://crates.io/crates/is-wsl |
| is_ci | ISC | https://crates.io/crates/is_ci |
| is_terminal_polyfill | MIT, Apache-2.0 | https://crates.io/crates/is_terminal_polyfill |
Expand All @@ -289,8 +287,8 @@ This file contains attributions for any 3rd-party open source code used in this
| jpeg-decoder | MIT, Apache-2.0 | https://crates.io/crates/jpeg-decoder |
| js-sys | MIT, Apache-2.0 | https://crates.io/crates/js-sys |
| kafka-protocol | MIT, Apache-2.0 | https://crates.io/crates/kafka-protocol |
| kv | ISC | https://crates.io/crates/kv |
| kv-log-macro | MIT, Apache-2.0 | https://crates.io/crates/kv-log-macro |
| lazy-bytes-cast | BSL-1.0 | https://crates.io/crates/lazy-bytes-cast |
| lazy_static | MIT, Apache-2.0 | https://crates.io/crates/lazy_static |
| lazycell | MIT, Apache-2.0 | https://crates.io/crates/lazycell |
| leb128 | Apache-2.0, MIT | https://crates.io/crates/leb128 |
Expand All @@ -299,17 +297,14 @@ This file contains attributions for any 3rd-party open source code used in this
| libloading | ISC | https://crates.io/crates/libloading |
| libm | MIT, Apache-2.0 | https://crates.io/crates/libm |
| libsqlite3-sys | MIT | https://crates.io/crates/libsqlite3-sys |
| linked-hash-map | MIT, Apache-2.0 | https://crates.io/crates/linked-hash-map |
| linux-raw-sys | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/linux-raw-sys |
| lock_api | MIT, Apache-2.0 | https://crates.io/crates/lock_api |
| log | MIT, Apache-2.0 | https://crates.io/crates/log |
| lz4 | MIT | https://crates.io/crates/lz4 |
| malloc_buf | MIT | https://crates.io/crates/malloc_buf |
| matchers | MIT | https://crates.io/crates/matchers |
| matchit | MIT, BSD-3-Clause | https://crates.io/crates/matchit |
| md-5 | MIT, Apache-2.0 | https://crates.io/crates/md-5 |
| memchr | Unlicense, MIT | https://crates.io/crates/memchr |
| memmap2 | MIT, Apache-2.0 | https://crates.io/crates/memmap2 |
| memoffset | MIT | https://crates.io/crates/memoffset |
| miette | Apache-2.0 | https://crates.io/crates/miette |
| miette-derive | Apache-2.0 | https://crates.io/crates/miette-derive |
Expand Down Expand Up @@ -338,15 +333,12 @@ This file contains attributions for any 3rd-party open source code used in this
| num_enum_derive | BSD-3-Clause, MIT, Apache-2.0 | https://crates.io/crates/num_enum_derive |
| num_threads | MIT, Apache-2.0 | https://crates.io/crates/num_threads |
| number_prefix | MIT | https://crates.io/crates/number_prefix |
| objc | MIT | https://crates.io/crates/objc |
| objc-foundation | MIT | https://crates.io/crates/objc-foundation |
| objc-sys | MIT | https://crates.io/crates/objc-sys |
| objc2 | MIT | https://crates.io/crates/objc2 |
| objc2-app-kit | MIT | https://crates.io/crates/objc2-app-kit |
| objc2-core-bluetooth | MIT | https://crates.io/crates/objc2-core-bluetooth |
| objc2-encode | MIT | https://crates.io/crates/objc2-encode |
| objc2-foundation | MIT | https://crates.io/crates/objc2-foundation |
| objc_id | MIT | https://crates.io/crates/objc_id |
| object | Apache-2.0, MIT | https://crates.io/crates/object |
| once_cell | MIT, Apache-2.0 | https://crates.io/crates/once_cell |
| onig | MIT | https://crates.io/crates/onig |
Expand All @@ -366,8 +358,8 @@ This file contains attributions for any 3rd-party open source code used in this
| owo-colors | MIT | https://crates.io/crates/owo-colors |
| p256 | Apache-2.0, MIT | https://crates.io/crates/p256 |
| parking | Apache-2.0, MIT | https://crates.io/crates/parking |
| parking_lot | MIT, Apache-2.0 | https://crates.io/crates/parking_lot |
| parking_lot_core | MIT, Apache-2.0 | https://crates.io/crates/parking_lot_core |
| parking_lot | Apache-2.0, MIT | https://crates.io/crates/parking_lot |
| parking_lot_core | Apache-2.0, MIT | https://crates.io/crates/parking_lot_core |
| paste | MIT, Apache-2.0 | https://crates.io/crates/paste |
| pathdiff | MIT, Apache-2.0 | https://crates.io/crates/pathdiff |
| pem-rfc7468 | Apache-2.0, MIT | https://crates.io/crates/pem-rfc7468 |
Expand All @@ -386,25 +378,21 @@ This file contains attributions for any 3rd-party open source code used in this
| piper | MIT, Apache-2.0 | https://crates.io/crates/piper |
| pkcs8 | Apache-2.0, MIT | https://crates.io/crates/pkcs8 |
| pkg-config | MIT, Apache-2.0 | https://crates.io/crates/pkg-config |
| plist | MIT | https://crates.io/crates/plist |
| png | MIT, Apache-2.0 | https://crates.io/crates/png |
| polling | Apache-2.0, MIT | https://crates.io/crates/polling |
| polyval | Apache-2.0, MIT | https://crates.io/crates/polyval |
| portable-atomic | Apache-2.0, MIT | https://crates.io/crates/portable-atomic |
| powerfmt | MIT, Apache-2.0 | https://crates.io/crates/powerfmt |
| ppv-lite86 | MIT, Apache-2.0 | https://crates.io/crates/ppv-lite86 |
| pretty_assertions | MIT, Apache-2.0 | https://crates.io/crates/pretty_assertions |
| prettyplease | MIT, Apache-2.0 | https://crates.io/crates/prettyplease |
| primeorder | Apache-2.0, MIT | https://crates.io/crates/primeorder |
| proc-macro2 | MIT, Apache-2.0 | https://crates.io/crates/proc-macro2 |
| prost | Apache-2.0 | https://crates.io/crates/prost |
| prost-derive | Apache-2.0 | https://crates.io/crates/prost-derive |
| quick-xml | MIT | https://crates.io/crates/quick-xml |
| quote | MIT, Apache-2.0 | https://crates.io/crates/quote |
| r3bl_ansi_color | Apache-2.0 | https://crates.io/crates/r3bl_ansi_color |
| r3bl_rs_utils_core | Apache-2.0 | https://crates.io/crates/r3bl_rs_utils_core |
| r3bl_rs_utils_macro | Apache-2.0 | https://crates.io/crates/r3bl_rs_utils_macro |
| r3bl_simple_logger | Apache-2.0 | https://crates.io/crates/r3bl_simple_logger |
| r3bl_tui | Apache-2.0 | https://crates.io/crates/r3bl_tui |
| r3bl_core | Apache-2.0 | https://crates.io/crates/r3bl_core |
| r3bl_tuify | Apache-2.0 | https://crates.io/crates/r3bl_tuify |
| radix_trie | MIT | https://crates.io/crates/radix_trie |
| rand | MIT, Apache-2.0 | https://crates.io/crates/rand |
Expand Down Expand Up @@ -442,7 +430,6 @@ This file contains attributions for any 3rd-party open source code used in this
| ryu | Apache-2.0, BSL-1.0 | https://crates.io/crates/ryu |
| same-file | Unlicense, MIT | https://crates.io/crates/same-file |
| schannel | MIT | https://crates.io/crates/schannel |
| scoped-tls | MIT, Apache-2.0 | https://crates.io/crates/scoped-tls |
| scopeguard | MIT, Apache-2.0 | https://crates.io/crates/scopeguard |
| sct | Apache-2.0, ISC, MIT | https://crates.io/crates/sct |
| sec1 | Apache-2.0, MIT | https://crates.io/crates/sec1 |
Expand Down Expand Up @@ -476,10 +463,9 @@ This file contains attributions for any 3rd-party open source code used in this
| size-of | MIT, Apache-2.0 | https://crates.io/crates/size-of |
| size-of-derive | MIT, Apache-2.0 | https://crates.io/crates/size-of-derive |
| slab | MIT | https://crates.io/crates/slab |
| sled | MIT, Apache-2.0 | https://crates.io/crates/sled |
| smallvec | MIT, Apache-2.0 | https://crates.io/crates/smallvec |
| smawk | MIT | https://crates.io/crates/smawk |
| smithay-client-toolkit | MIT | https://crates.io/crates/smithay-client-toolkit |
| smithay-clipboard | MIT | https://crates.io/crates/smithay-clipboard |
| snap | BSD-3-Clause | https://crates.io/crates/snap |
| socket2 | MIT, Apache-2.0 | https://crates.io/crates/socket2 |
| spin | MIT | https://crates.io/crates/spin |
Expand Down Expand Up @@ -515,7 +501,6 @@ This file contains attributions for any 3rd-party open source code used in this
| sysinfo | MIT | https://crates.io/crates/sysinfo |
| tempfile | MIT, Apache-2.0 | https://crates.io/crates/tempfile |
| termbg | MIT, Apache-2.0 | https://crates.io/crates/termbg |
| termcolor | Unlicense, MIT | https://crates.io/crates/termcolor |
| terminal_size | MIT, Apache-2.0 | https://crates.io/crates/terminal_size |
| textwrap | MIT | https://crates.io/crates/textwrap |
| thiserror | MIT, Apache-2.0 | https://crates.io/crates/thiserror |
Expand Down Expand Up @@ -595,12 +580,6 @@ This file contains attributions for any 3rd-party open source code used in this
| wasm-bindgen-shared | MIT, Apache-2.0 | https://crates.io/crates/wasm-bindgen-shared |
| wasm-encoder | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/wasm-encoder |
| wast | Apache-2.0 WITH LLVM-exception, Apache-2.0, MIT | https://crates.io/crates/wast |
| wayland-client | MIT | https://crates.io/crates/wayland-client |
| wayland-commons | MIT | https://crates.io/crates/wayland-commons |
| wayland-cursor | MIT | https://crates.io/crates/wayland-cursor |
| wayland-protocols | MIT | https://crates.io/crates/wayland-protocols |
| wayland-scanner | MIT | https://crates.io/crates/wayland-scanner |
| wayland-sys | MIT | https://crates.io/crates/wayland-sys |
| web-sys | MIT, Apache-2.0 | https://crates.io/crates/web-sys |
| web-time | MIT, Apache-2.0 | https://crates.io/crates/web-time |
| weezl | MIT, Apache-2.0 | https://crates.io/crates/weezl |
Expand All @@ -609,7 +588,6 @@ This file contains attributions for any 3rd-party open source code used in this
| winapi | MIT, Apache-2.0 | https://crates.io/crates/winapi |
| winapi-i686-pc-windows-gnu | MIT, Apache-2.0 | https://crates.io/crates/winapi-i686-pc-windows-gnu |
| winapi-util | Unlicense, MIT | https://crates.io/crates/winapi-util |
| winapi-wsapoll | MIT, Apache-2.0 | https://crates.io/crates/winapi-wsapoll |
| winapi-x86_64-pc-windows-gnu | MIT, Apache-2.0 | https://crates.io/crates/winapi-x86_64-pc-windows-gnu |
| windows | MIT, Apache-2.0 | https://crates.io/crates/windows |
| windows-core | MIT, Apache-2.0 | https://crates.io/crates/windows-core |
Expand All @@ -630,14 +608,12 @@ This file contains attributions for any 3rd-party open source code used in this
| windows_x86_64_msvc | MIT, Apache-2.0 | https://crates.io/crates/windows_x86_64_msvc |
| winnow | MIT | https://crates.io/crates/winnow |
| winsafe | MIT | https://crates.io/crates/winsafe |
| x11-clipboard | MIT | https://crates.io/crates/x11-clipboard |
| x11rb | MIT, Apache-2.0 | https://crates.io/crates/x11rb |
| x11rb-protocol | MIT, Apache-2.0 | https://crates.io/crates/x11rb-protocol |
| x25519-dalek | BSD-3-Clause | https://crates.io/crates/x25519-dalek |
| xcursor | MIT | https://crates.io/crates/xcursor |
| xml-rs | MIT | https://crates.io/crates/xml-rs |
| xmlparser | MIT, Apache-2.0 | https://crates.io/crates/xmlparser |
| yaml-rust | MIT, Apache-2.0 | https://crates.io/crates/yaml-rust |
| yansi | MIT, Apache-2.0 | https://crates.io/crates/yansi |
| zerocopy | BSD-2-Clause, Apache-2.0, MIT | https://crates.io/crates/zerocopy |
| zerocopy-derive | BSD-2-Clause, Apache-2.0, MIT | https://crates.io/crates/zerocopy-derive |
| zeroize | Apache-2.0, MIT | https://crates.io/crates/zeroize |
Expand Down
7 changes: 3 additions & 4 deletions implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ opentelemetry-otlp = { version = "0.26.0", features = ["logs", "metrics", "trace
opentelemetry-semantic-conventions = { version = "0.26.0", features = ["semconv_experimental"] }
opentelemetry_sdk = { version = "0.26.0", features = ["logs", "metrics", "trace", "rt-tokio", "rt-tokio-current-thread", "testing", "logs_level_enabled"], default-features = false }
petname = { version = "2.0.2", default-features = false, features = ["default-rng", "default-words"] }
r3bl_rs_utils_core = "0.9"
r3bl_tui = "0.5"
r3bl_tuify = "0.1"
r3bl_core = "0.10.0"
r3bl_tuify = "0.2.0"
rand = "0.8"
regex = "1.10.6"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots"] }
Expand All @@ -98,7 +97,7 @@ sha2 = "0.10.8"
sqlx = { version = "0.8.2", default-features = false }
strip-ansi-escapes = "0.2"
strum = { version = "0.26.3", default-features = false, features = ["derive"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-syntaxes", "regex-onig"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-themes", "default-syntaxes", "regex-onig"] }
sysinfo = "0.32"
termbg = "0.5.2"
thiserror = "1.0"
Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam_api/src/ui/colors.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use colorful::{core::color_string::CString, Colorful, RGB};
use colors_transform::{Color, Rgb};
use r3bl_rs_utils_core::UnicodeString;
use r3bl_tui::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy, TextColorizationPolicy,
use r3bl_core::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy,
TextColorizationPolicy, UnicodeString,
};
use std::fmt::Display;

Expand Down
6 changes: 3 additions & 3 deletions implementations/rust/ockam/ockam_api/src/ui/terminal/fmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ pub const INDENTATION: &str = " ";

pub fn get_separator_width() -> usize {
// If we can't get the terminal width, use the default width
let mut terminal_width = r3bl_tuify::get_terminal_width();
let mut terminal_width = r3bl_core::get_terminal_width();
if terminal_width == 0 {
terminal_width = r3bl_tuify::DEFAULT_WIDTH;
terminal_width = r3bl_core::DEFAULT_WIDTH;
}
// Make sure the separator width is at least twice the length of the padding.
// We want to show a small separator even if the terminal is too narrow.
let terminal_width = std::cmp::max(terminal_width, 2 * PADDING.len());
// Limit the separator width to the default width
std::cmp::min(terminal_width - PADDING.len(), r3bl_tuify::DEFAULT_WIDTH)
std::cmp::min(terminal_width - PADDING.len(), r3bl_core::DEFAULT_WIDTH)
}

#[test]
Expand Down
4 changes: 2 additions & 2 deletions implementations/rust/ockam/ockam_api/src/ui/terminal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ use indicatif::{ProgressBar, ProgressDrawTarget, ProgressStyle};
use jaq_interpret::{Ctx, FilterT, ParseCtx, RcIter, Val};
use miette::{miette, IntoDiagnostic};
use ockam_core::env::get_env_with_default;
use r3bl_rs_utils_core::{ch, ChUnit};
use r3bl_tuify::{get_size, select_from_list, SelectionMode, StyleSheet};
use r3bl_core::{ch, get_size};
use r3bl_tuify::{select_from_list, SelectionMode, StyleSheet};
use serde::Serialize;
use std::fmt::Write as _;
use std::fmt::{Debug, Display};
Expand Down
7 changes: 3 additions & 4 deletions implementations/rust/ockam/ockam_command/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ once_cell = "1.19"
open = "5.3.0"
opentelemetry = { version = "0.26.0", features = ["metrics", "trace"] }
pem-rfc7468 = { version = "0.7.0", features = ["std"] }
r3bl_rs_utils_core = "0.9.12"
r3bl_tui = "0.5.8"
r3bl_core = "0.10.0"
rand = "0.8"
regex = "1.10.6"
reqwest = { version = "0.12", default-features = false, features = ["json", "rustls-tls-native-roots", "blocking"] }
Expand All @@ -94,13 +93,13 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_yaml = "0.9"
shellexpand = { version = "3.1.0", default-features = false, features = ["base-0"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-syntaxes", "regex-onig"] }
syntect = { version = "5.2.0", default-features = false, features = ["default-themes", "default-syntaxes", "regex-onig"] }
thiserror = "1"
tokio = { version = "1.41.0", features = ["full"] }
tokio-retry = "0.3"
tracing = { version = "0.1", default-features = false }
url = "2.5.2"
which = "6.0.2"
which = "7.0.0"

[dev-dependencies]
assert_cmd = "2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ use std::sync::Arc;
use clap::Args;
use colorful::Colorful;
use miette::{miette, IntoDiagnostic, WrapErr};
use r3bl_rs_utils_core::UnicodeString;
use r3bl_tui::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy, TextColorizationPolicy,
use r3bl_core::{
ColorWheel, ColorWheelConfig, ColorWheelSpeed, GradientGenerationPolicy,
TextColorizationPolicy, UnicodeString,
};
use tokio::sync::Mutex;
use tokio::try_join;
Expand Down

0 comments on commit b7468b5

Please sign in to comment.