nushell/crates/nu-term-grid/Cargo.toml
Stefan Holderbach 5ea245badf
Make example binaries proper cargo examples (#7019)
Should not be built by default with `cargo build`
Instead are compiled with `cargo test` to avoid bitrot
Run with `cargo run -p ... --example ...`
2022-11-06 11:39:27 -08:00

14 lines
345 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.70.1"
[dependencies]
unicode-width = "0.1.9"
nu-utils = { path = "../nu-utils", version = "0.70.1" }