mirror of
https://github.com/nushell/nushell.git
synced 2024-11-14 20:44:29 +01:00
088e6dffbe
# Description Marks development or hotfix
17 lines
364 B
TOML
17 lines
364 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.82.1"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-utils = { path = "../nu-utils", version = "0.82.1" }
|
|
|
|
unicode-width = "0.1"
|