nushell/crates/nu-table/Cargo.toml

16 lines
363 B
TOML
Raw Normal View History

[package]
name = "nu-table"
2020-06-30 20:25:09 +02:00
version = "0.16.0"
authors = ["The Nu Project Contributors"]
edition = "2018"
description = "Nushell table printing"
license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "table"
path = "src/main.rs"
[dependencies]
unicode-width = "0.1.7"
ansi_term = "0.12.1"