mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 08:23:24 +01:00
20 lines
625 B
TOML
20 lines
625 B
TOML
[package]
|
|
name = "nu_plugin_textview"
|
|
version = "0.1.0"
|
|
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
|
|
edition = "2018"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
syntect = { version = "3.2.0" }
|
|
ansi_term = "0.12.1"
|
|
crossterm = { version = "0.10.2" }
|
|
nu-protocol = { path = "../nu-protocol" }
|
|
nu-source = { path = "../nu-source" }
|
|
nu-errors = { path = "../nu-errors" }
|
|
url = "2.1.0"
|
|
|
|
[build-dependencies]
|
|
nu-build = { version = "0.1.0", path = "../nu-build" }
|