forked from extern/nushell
bc38a6a795
Before landing: - [x] `reedline 0.16.0` is out and pinned. - [x] all fixes and features necessary are landed. In the meantime: - [ ] feed the release notes with relevant features and breaking changes
17 lines
366 B
TOML
17 lines
366 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.76.0"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
unicode-width = "0.1.9"
|
|
|
|
nu-utils = { path = "../nu-utils", version = "0.76.0" }
|