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