2019-12-10 04:57:55 +01:00
|
|
|
[package]
|
|
|
|
name = "nu_plugin_textview"
|
2020-05-13 10:03:45 +02:00
|
|
|
version = "0.14.1"
|
2020-04-06 09:16:14 +02:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-12-10 04:57:55 +01:00
|
|
|
edition = "2018"
|
2019-12-17 18:07:00 +01:00
|
|
|
description = "Text viewer plugin for Nushell"
|
|
|
|
license = "MIT"
|
2019-12-10 04:57:55 +01:00
|
|
|
|
2020-02-10 21:32:10 +01:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
2019-12-10 04:57:55 +01:00
|
|
|
[dependencies]
|
2020-05-13 10:03:45 +02:00
|
|
|
nu-plugin = { path = "../nu-plugin", version = "0.14.1" }
|
|
|
|
nu-protocol = { path = "../nu-protocol", version = "0.14.1" }
|
|
|
|
nu-source = { path = "../nu-source", version = "0.14.1" }
|
|
|
|
nu-errors = { path = "../nu-errors", version = "0.14.1" }
|
2019-12-10 04:57:55 +01:00
|
|
|
|
2020-05-17 00:34:10 +02:00
|
|
|
crossterm = "0.17.4"
|
2020-04-07 09:51:17 +02:00
|
|
|
syntect = { version = "4.1", default-features = false, features = ["default-fancy"]}
|
2019-12-10 04:57:55 +01:00
|
|
|
ansi_term = "0.12.1"
|
2020-01-27 03:51:46 +01:00
|
|
|
url = "2.1.1"
|
2019-12-10 04:57:55 +01:00
|
|
|
|
|
|
|
[build-dependencies]
|
2020-05-13 10:03:45 +02:00
|
|
|
nu-build = { version = "0.14.1", path = "../nu-build" }
|