mirror of
https://github.com/nushell/nushell.git
synced 2025-02-25 06:52:10 +01:00
14 lines
447 B
TOML
14 lines
447 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.81.1"
|
||
|
|
||
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
|
|
||
|
[dependencies]
|
||
|
nu-protocol = { version = "0.81.1", path = "../nu-protocol" }
|