nushell/crates/nu-term-grid/Cargo.toml

16 lines
377 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "Nushell grid printing"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-term-grid"
edition = "2021"
license = "MIT"
name = "nu-term-grid"
version = "0.94.2"
[lib]
bench = false
[dependencies]
nu-utils = { path = "../nu-utils", version = "0.94.2" }
2024-05-28 21:04:09 +02:00
unicode-width = { workspace = true }