nushell/crates/nu-cmd-base/Cargo.toml
Darren Schroeder 955de76116
bump to dev version 0.83.2 (#9866)
# Description

This PR bumps the development version of nushell to version 0.83.2.
2023-07-30 22:16:57 +02:00

17 lines
590 B
TOML

[package]
authors = ["The Nushell Project Developers"]
description = "The foundation tools to build Nushell commands."
edition = "2021"
license = "MIT"
name = "nu-cmd-base"
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-base"
version = "0.83.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nu-engine = { path = "../nu-engine", version = "0.83.2" }
nu-path = { path = "../nu-path", version = "0.83.2" }
nu-protocol = { version = "0.83.2", path = "../nu-protocol" }
indexmap = { version = "2.0" }