nushell/crates/nu_plugin_gstat/Cargo.toml
Darren Schroeder 58094987ff
update a few nushell dependencies (#6291)
* update a few nushell dependencies

* update a test
2022-08-10 14:56:15 -05:00

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.66.4"
[lib]
doctest = false
[dependencies]
nu-plugin = { path="../nu-plugin", version = "0.66.4" }
nu-protocol = { path="../nu-protocol", version = "0.66.4" }
nu-engine = { path="../nu-engine", version = "0.66.4" }
git2 = "0.15.0"