mirror of
https://github.com/nushell/nushell
synced 2024-12-27 13:33:16 +00:00
ecdb023e2f
# Checklist - `nu-ansi-term` remains the same - [x] `reedline` is released and updated - [x] release scripts are updated for `nu-cmd-base` - [x] info blog post is online - [ ] release notes are ready
16 lines
364 B
TOML
16 lines
364 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.82.0"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-utils = { path = "../nu-utils", version = "0.82.0" }
|
|
|
|
unicode-width = "0.1"
|