nushell/crates/nu_plugin_inc/Cargo.toml

37 lines
991 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
description = "A version incrementer plugin for Nushell"
2022-02-07 20:11:34 +01:00
<<<<<<< HEAD
2020-07-05 22:12:44 +02:00
edition = "2018"
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu_plugin_inc"
2022-01-18 18:06:12 +01:00
version = "0.43.0"
2022-02-07 20:11:34 +01:00
=======
edition = "2021"
2021-11-04 23:22:20 +01:00
license = "MIT"
name = "nu_plugin_inc"
version = "0.1.0"
2022-02-07 20:11:34 +01:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce
[lib]
doctest = false
[dependencies]
2022-02-07 20:11:34 +01:00
<<<<<<< HEAD
2022-01-18 18:06:12 +01:00
nu-errors = { path="../nu-errors", version = "0.43.0" }
nu-plugin = { path="../nu-plugin", version = "0.43.0" }
nu-protocol = { path="../nu-protocol", version = "0.43.0" }
nu-source = { path="../nu-source", version = "0.43.0" }
nu-test-support = { path="../nu-test-support", version = "0.43.0" }
nu-value-ext = { path="../nu-value-ext", version = "0.43.0" }
2021-02-05 21:54:54 +01:00
semver = "0.11.0"
[build-dependencies]
2022-02-07 20:11:34 +01:00
=======
2021-11-04 23:22:20 +01:00
nu-plugin = { path="../nu-plugin", version = "0.1.0" }
nu-protocol = { path="../nu-protocol", version = "0.1.0", features = ["plugin"]}
2021-11-04 23:22:20 +01:00
semver = "0.11.0"
2022-02-07 20:11:34 +01:00
>>>>>>> 9259a56a28f1dd3a4b720ad815aa19c6eaf6adce