1
0
mirror of https://github.com/nushell/nushell.git synced 2025-03-29 00:56:45 +01:00
nushell/crates/nu-test-support
Stefan Holderbach ce4ae00a6f
Remove unused dependencies ()
* Remove unused dependencies

Inspired by  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
..
src Remove --encoding argument during register plugin () 2022-09-07 09:07:42 -05:00
tests touchup some clippy warnings in tests () 2022-09-26 09:06:13 +13:00
Cargo.toml Remove unused dependencies () 2022-10-29 21:19:12 +02:00
LICENSE Include license text in all crates () 2022-04-08 10:47:13 +02:00