mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 00:13:21 +01:00
19 lines
405 B
TOML
19 lines
405 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.100.1"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
nu-utils = { path = "../nu-utils", version = "0.100.1" }
|
|
|
|
unicode-width = { workspace = true } |