nushell/crates/nu-utils/Cargo.toml
2022-09-28 17:06:21 -05:00

22 lines
581 B
TOML

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell utility functions"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-utils"
edition = "2021"
license = "MIT"
name = "nu-utils"
version = "0.69.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "utils"
path = "src/main.rs"
[dependencies]
lscolors = { version = "0.12.0", features = ["crossterm"]}
num-format = { version = "0.4.0" }
sys-locale = "0.2.1"
[target.'cfg(windows)'.dependencies]
crossterm_winapi = "0.9.0"