mirror of
https://github.com/nushell/nushell
synced 2024-11-15 09:27:08 +00:00
23 lines
634 B
TOML
23 lines
634 B
TOML
[package]
|
|
name = "nu-value-ext"
|
|
version = "0.13.0"
|
|
authors = ["The Nu Project Contributors"]
|
|
edition = "2018"
|
|
description = "Extension traits for values in Nushell"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-source = { path = "../nu-source", version = "0.13.0" }
|
|
nu-errors = { path = "../nu-errors", version = "0.13.0" }
|
|
nu-parser = { path = "../nu-parser", version = "0.13.0" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.13.0" }
|
|
|
|
num-traits = "0.2.11"
|
|
itertools = "0.9.0"
|
|
indexmap = { version = "1.3.2", features = ["serde-1"] }
|
|
|
|
[build-dependencies]
|
|
nu-build = { version = "0.13.0", path = "../nu-build" }
|