nushell/crates/nu-term-grid/Cargo.toml
Stefan Holderbach d18cf19a3f
Bump to 0.78.1 development version (#8741)
# Description

either just development or hotfix
2023-04-05 13:36:10 +12:00

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.78.1"
[lib]
bench = false
[dependencies]
unicode-width = "0.1.9"
nu-utils = { path = "../nu-utils", version = "0.78.1" }