2021-10-07 15:32:39 +00:00
|
|
|
[package]
|
2022-03-13 18:30:27 +00:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2021-10-07 15:32:39 +00:00
|
|
|
description = "Nushell grid printing"
|
2022-08-14 12:21:20 +00:00
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-term-grid"
|
2022-01-20 13:13:45 +00:00
|
|
|
edition = "2021"
|
2021-10-07 15:32:39 +00:00
|
|
|
license = "MIT"
|
|
|
|
name = "nu-term-grid"
|
2023-05-17 12:59:01 +00:00
|
|
|
version = "0.80.1"
|
2021-10-07 15:32:39 +00:00
|
|
|
|
2023-02-12 22:22:00 +00:00
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
2021-10-07 15:32:39 +00:00
|
|
|
[dependencies]
|
|
|
|
unicode-width = "0.1.9"
|
2022-11-04 18:49:45 +00:00
|
|
|
|
2023-05-17 12:59:01 +00:00
|
|
|
nu-utils = { path = "../nu-utils", version = "0.80.1" }
|