summaryrefslogtreecommitdiff
path: root/crates/nu-term-grid/Cargo.toml
blob: 14eefa0ed1183215e5966d8ced48f3771379bd8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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.0"

[lib]
bench = false

[dependencies]
nu-utils = { path = "../nu-utils", version = "0.94.0" }

unicode-width = { workspace = true }