forked from extern/nushell
adfa4d00c0
Based on the hotfix https://github.com/nushell/nushell/releases/tag/0.87.1 use this to disambiguate
17 lines
363 B
TOML
17 lines
363 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.87.2"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-utils = { path = "../nu-utils", version = "0.87.2" }
|
|
|
|
unicode-width = "0.1"
|