nushell/crates/nu-term-grid/Cargo.toml

20 lines
404 B
TOML
Raw Normal View History

[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"
2024-09-22 06:41:44 +02:00
version = "0.98.1"
[lib]
bench = false
[lints]
workspace = true
[dependencies]
2024-09-22 06:41:44 +02:00
nu-utils = { path = "../nu-utils", version = "0.98.1" }
2024-09-22 06:41:44 +02:00
unicode-width = { workspace = true }