nushell/crates/nu_plugin_gstat/Cargo.toml

18 lines
408 B
TOML
Raw Normal View History

[package]
authors = ["The Nushell Project Developers"]
description = "A git status plugin for Nushell"
edition = "2021"
license = "MIT"
name = "nu_plugin_gstat"
2022-07-26 21:56:14 +02:00
version = "0.66.0"
[lib]
doctest = false
[dependencies]
2022-07-26 21:56:14 +02:00
nu-plugin = { path="../nu-plugin", version = "0.66.0" }
nu-protocol = { path="../nu-protocol", version = "0.66.0" }
nu-engine = { path="../nu-engine", version = "0.66.0" }
git2 = "0.14.2"