summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_gstat/Cargo.toml
blob: 09bdd1547184dc64ee64e88c70a772e266813588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[package]
authors = ["The Nushell Project Developers"]
description = "A git status plugin for Nushell"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat"
edition = "2021"
license = "MIT"
name = "nu_plugin_gstat"
version = "0.82.0"

[lib]
doctest = false
bench = false

[[bin]]
name = "nu_plugin_gstat"
bench = false

[dependencies]
nu-plugin = { path="../nu-plugin", version = "0.82.0" }
nu-protocol = { path="../nu-protocol", version = "0.82.0" }

git2 = "0.17"