nushell/crates/nu-utils/Cargo.toml

19 lines
449 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell utility functions"
edition = "2021"
license = "MIT"
name = "nu-utils"
version = "0.66.4"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "utils"
path = "src/main.rs"
[dependencies]
2022-08-09 14:32:30 +00:00
lscolors = { version = "0.12.0", features = ["crossterm"]}
[target.'cfg(windows)'.dependencies]
crossterm_winapi = "0.9.0"