You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
--- nu-utils-0.75.0/Cargo.toml 1970-01-01T00:00:01+00:00
|
|
|
|
+++ nu-utils-0.75.0/Cargo.toml 2023-02-06T20:14:40.374350+00:00
|
|
|
|
@@ -17,16 +17,13 @@
|
|
|
|
description = "Nushell utility functions"
|
|
|
|
license = "MIT"
|
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
|
|
|
|
-
|
|
|
|
-[[bin]]
|
|
|
|
-name = "utils"
|
|
|
|
-path = "src/main.rs"
|
|
|
|
+autobins = false
|
|
|
|
|
|
|
|
[dependencies.log]
|
|
|
|
version = "0.4"
|
|
|
|
|
|
|
|
[dependencies.lscolors]
|
|
|
|
-version = "0.12.0"
|
|
|
|
+version = "0.13.0"
|
|
|
|
features = ["crossterm"]
|
|
|
|
default-features = false
|
|
|
|
|