mirror of
https://github.com/nushell/nushell.git
synced 2024-11-26 10:23:52 +01:00
7d6a32c5f8
# Description For development or hotfixes
17 lines
366 B
TOML
17 lines
366 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.79.1"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
unicode-width = "0.1.9"
|
|
|
|
nu-utils = { path = "../nu-utils", version = "0.79.1" }
|