mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 09:34:30 +01:00
18 lines
408 B
TOML
18 lines
408 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "A git status plugin for Nushell"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu_plugin_gstat"
|
|
version = "0.61.1"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-plugin = { path="../nu-plugin", version = "0.61.1" }
|
|
nu-protocol = { path="../nu-protocol", version = "0.61.1" }
|
|
nu-engine = { path="../nu-engine", version = "0.61.1" }
|
|
|
|
git2 = "0.14.2"
|