nushell/crates/nu-pretty-hex/src
Stefan Holderbach ce4ae00a6f
Remove unused dependencies (#6945)
* Remove unused dependencies

Inspired by #6938 ran `cargo +nightly udeps --features extra`.
Removes 2 crates and should remove an unnecessary intra-workspace
dependency which might open up further opportunities for compilation.

* Make windows-only dependency conditional in toml

`omnipath` is only used on Windows and already behind a `#[cfg]` block
in the code. Made the dependency in `Cargo.toml` conditional as well.

* Make `nu-pretty-hex` example a proper example

This allows making `rand` a dev-dependency in this crate.
2022-10-29 21:19:12 +02:00
..
lib.rs Fix CI to run doctests again (#5410) 2022-05-02 11:32:57 +02:00
pretty_hex.rs Remove old nushell/merge engine-q 2022-02-07 14:54:06 -05:00