mirror of
https://github.com/nushell/nushell
synced 2024-11-16 17:57:57 +00:00
21 lines
581 B
TOML
21 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.70.1"
|
|
|
|
# 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.3" }
|
|
sys-locale = "0.2.1"
|
|
|
|
[target.'cfg(windows)'.dependencies]
|
|
crossterm_winapi = "0.9.0"
|