nushell/crates/nu-table/Cargo.toml

39 lines
888 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Nushell table printing"
2022-02-07 20:11:34 +01:00
<<<<<<< HEAD
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-table"
2022-01-18 18:06:12 +01:00
version = "0.43.0"
2022-02-07 20:11:34 +01:00
=======
edition = "2021"
2021-09-10 04:27:12 +02:00
license = "MIT"
name = "nu-table"
version = "0.36.0"
2022-02-07 20:11:34 +01:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[bin]]
name = "table"
path = "src/main.rs"
[dependencies]
2022-02-07 20:11:34 +01:00
<<<<<<< HEAD
atty = "0.2.14"
2022-01-18 18:06:12 +01:00
nu-ansi-term = { version = "0.43.0", path="../nu-ansi-term" }
2021-02-22 19:33:34 +01:00
2021-02-05 21:54:54 +01:00
regex = "1.4"
strip-ansi-escapes = "0.1.1"
unicode-width = "0.1.8"
2022-02-07 20:11:34 +01:00
=======
# nu-ansi-term = { path = "../nu-ansi-term" }
nu-ansi-term = "0.42.0"
nu-protocol = { path = "../nu-protocol"}
2021-09-10 04:27:12 +02:00
regex = "1.4"
unicode-width = "0.1.8"
strip-ansi-escapes = "0.1.1"
ansi-cut = "0.2.0"
atty = "0.2.14"
2022-02-07 20:11:34 +01:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce