nushell/crates/nu_plugin_tree/Cargo.toml

21 lines
493 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "Tree viewer plugin for Nushell"
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu_plugin_tree"
2021-06-22 07:22:33 +02:00
version = "0.33.0"
[lib]
doctest = false
[dependencies]
derive-new = "0.5.8"
2021-06-22 07:22:33 +02:00
nu-errors = { path="../nu-errors", version="0.33.0" }
nu-plugin = { path="../nu-plugin", version="0.33.0" }
nu-protocol = { path="../nu-protocol", version="0.33.0" }
nu-source = { path="../nu-source", version="0.33.0" }
2021-02-05 21:54:54 +01:00
ptree = "0.3.1"
[build-dependencies]