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

17 lines
378 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"
2024-06-05 00:52:40 +02:00
version = "0.94.3"
[lib]
bench = false
[dependencies]
2024-06-05 00:52:40 +02:00
nu-utils = { path = "../nu-utils", version = "0.94.3" }
2024-06-05 00:52:40 +02:00
unicode-width = { workspace = true }