2021-10-07 15:32:39 +00:00
|
|
|
[package]
|
2022-03-13 18:30:27 +00:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2021-10-07 15:32:39 +00:00
|
|
|
description = "Nushell grid printing"
|
2022-01-20 13:13:45 +00:00
|
|
|
edition = "2021"
|
2021-10-07 15:32:39 +00:00
|
|
|
license = "MIT"
|
|
|
|
name = "nu-term-grid"
|
2022-04-12 17:42:26 +00:00
|
|
|
version = "0.61.0"
|
2021-10-07 15:32:39 +00:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[[bin]]
|
|
|
|
name = "grid"
|
|
|
|
path = "src/main.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
unicode-width = "0.1.9"
|
2021-10-08 14:40:20 +00:00
|
|
|
strip-ansi-escapes = "0.1.1"
|