nushell/crates/nu_plugin_textview/Cargo.toml
sousajf1 f38e2b5c6d
updated dependencies (#2857)
Same as #2786

Co-authored-by: sousajo <sousajo@pop-os.localdomain>
Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2021-01-07 13:38:22 +13:00

25 lines
641 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "Text viewer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_textview"
version = "0.25.1"
[lib]
doctest = false
[dependencies]
nu-data = {path = "../nu-data", version = "0.25.1"}
nu-errors = {path = "../nu-errors", version = "0.25.1"}
nu-plugin = {path = "../nu-plugin", version = "0.25.1"}
nu-protocol = {path = "../nu-protocol", version = "0.25.1"}
nu-source = {path = "../nu-source", version = "0.25.1"}
ansi_term = "0.12.1"
bat = {version = "0.17.1", features = ["regex-fancy", "paging"]}
term_size = "0.3.2"
url = "2.1.1"
[build-dependencies]