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"
|
2024-06-05 00:52:40 +02:00
|
|
|
version = "0.94.3"
|
2023-04-07 22:12:27 +02:00
|
|
|
|
|
|
|
[dependencies]
|
2024-06-05 00:52:40 +02:00
|
|
|
nu-parser = { version = "0.94.3", path = "../nu-parser" }
|
|
|
|
nu-protocol = { version = "0.94.3", path = "../nu-protocol" }
|
|
|
|
nu-engine = { version = "0.94.3", path = "../nu-engine" }
|
2024-03-07 23:40:31 +01:00
|
|
|
miette = { workspace = true, features = ["fancy-no-backtrace"] }
|
2024-02-08 02:26:18 +01:00
|
|
|
|
2024-06-05 00:52:40 +02:00
|
|
|
log = "0.4"
|