nushell/crates/nu-term-grid/Cargo.toml
2024-09-22 12:41:44 +08:00

20 lines
404 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.98.1"
[lib]
bench = false
[lints]
workspace = true
[dependencies]
nu-utils = { path = "../nu-utils", version = "0.98.1" }
unicode-width = { workspace = true }