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

[lib]
bench = false

[lints]
workspace = true

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

unicode-width = { workspace = true }