nushell/crates/nu-term-grid/Cargo.toml
2023-08-22 21:23:39 +03:00

17 lines
364 B
TOML

[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.84.0"
[lib]
bench = false
[dependencies]
nu-utils = { path = "../nu-utils", version = "0.84.0" }
unicode-width = "0.1"