forked from extern/nushell
1ae9157985
# Description May be used for hotfix if needed
14 lines
345 B
TOML
14 lines
345 B
TOML
[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" }
|