2023-04-07 22:12:27 +02:00
|
|
|
[package]
|
|
|
|
authors = ["The Nushell Project Developers"]
|
|
|
|
description = "The standard library of Nushell"
|
|
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-std"
|
|
|
|
edition = "2021"
|
|
|
|
license = "MIT"
|
|
|
|
name = "nu-std"
|
2023-06-27 21:33:53 +02:00
|
|
|
version = "0.82.1"
|
2023-04-07 22:12:27 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2023-05-26 17:32:48 +02:00
|
|
|
miette = { version = "5.9", features = ["fancy-no-backtrace"] }
|
2023-06-27 21:33:53 +02:00
|
|
|
nu-parser = { version = "0.82.1", path = "../nu-parser" }
|
|
|
|
nu-protocol = { version = "0.82.1", path = "../nu-protocol" }
|
|
|
|
nu-engine = { version = "0.82.1", path = "../nu-engine" }
|