summaryrefslogtreecommitdiff
path: root/crates/nu_plugin_inc/Cargo.toml
blob: bcbd8cc6f947c0cec02841bd8463392bb18ec352 (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 version incrementer plugin for Nushell"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc"
edition = "2021"
license = "MIT"
name = "nu_plugin_inc"
version = "0.81.1"

[lib]
doctest = false
bench = false

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

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

semver = "1.0"