2021-12-06 17:28:11 +00:00
|
|
|
[package]
|
2022-03-13 18:30:27 +00:00
|
|
|
authors = ["The Nushell Project Developers"]
|
2021-12-06 17:28:11 +00:00
|
|
|
description = "A git status plugin for Nushell"
|
2022-08-14 12:21:20 +00:00
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat"
|
2022-01-20 13:13:45 +00:00
|
|
|
edition = "2021"
|
2021-12-06 17:28:11 +00:00
|
|
|
license = "MIT"
|
|
|
|
name = "nu_plugin_gstat"
|
2023-01-11 21:30:41 +00:00
|
|
|
version = "0.74.1"
|
2021-12-06 17:28:11 +00:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
doctest = false
|
|
|
|
|
|
|
|
[dependencies]
|
2023-01-11 21:30:41 +00:00
|
|
|
nu-plugin = { path="../nu-plugin", version = "0.74.1" }
|
|
|
|
nu-protocol = { path="../nu-protocol", version = "0.74.1" }
|
|
|
|
nu-engine = { path="../nu-engine", version = "0.74.1" }
|
2021-12-06 17:28:11 +00:00
|
|
|
|
2023-01-21 13:25:52 +00:00
|
|
|
git2 = "0.16.1"
|