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

[dependencies]
unicode-width = "0.1.9"

nu-utils = { path = "../nu-utils", version = "0.74.1"  }