summaryrefslogtreecommitdiff
path: root/crates/nu-term-grid/Cargo.toml
blob: a07740905c647bdc67af9fa2f36a08c9ad1390fe (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.96.2"

[lib]
bench = false

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

unicode-width = { workspace = true }