nushell/crates/nu_plugin_inc/Cargo.toml
Richard Braakman 6145f734b7
Add repository info to all workspace crates (#6320)
This helps people who find these crates on crates.io
2022-08-14 07:21:20 -05:00

18 lines
464 B
TOML

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