2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-24 11:27:14 +00:00
nushell/crates/old/nu_plugin_tree/Cargo.toml

21 lines
489 B
TOML
Raw Normal View History

2022-02-07 14:54:06 -05:00
[package]
authors = ["The Nushell Project Developers"]
2022-02-07 14:54:06 -05:00
description = "Tree viewer plugin for Nushell"
edition = "2018"
license = "MIT"
name = "nu_plugin_tree"
2022-05-26 12:09:44 +12:00
version = "0.63.1"
2022-02-07 14:54:06 -05:00
[lib]
doctest = false
[dependencies]
derive-new = "0.5.8"
2022-05-26 12:09:44 +12:00
nu-errors = { path="../nu-errors", version = "0.63.1" }
nu-plugin = { path="../nu-plugin", version = "0.63.1" }
nu-protocol = { path="../nu-protocol", version = "0.63.1" }
2022-02-07 14:54:06 -05:00
ptree = { version = "0.4.0", default-features = false }
[build-dependencies]