mirror of
https://github.com/nushell/nushell
synced 2024-12-28 22:13:10 +00:00
1115190a49
Bumps [shadow-rs](https://github.com/baoyachi/shadow-rs) from 0.25.0 to 0.26.0. - [Release notes](https://github.com/baoyachi/shadow-rs/releases) - [Changelog](https://github.com/baoyachi/shadow-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/baoyachi/shadow-rs/compare/v0.25.0...v0.26.0) --- updated-dependencies: - dependency-name: shadow-rs dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
888 B
TOML
36 lines
888 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
build = "build.rs"
|
|
description = "Nushell's core language commands"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-cmd-lang"
|
|
edition = "2021"
|
|
license = "MIT"
|
|
name = "nu-cmd-lang"
|
|
version = "0.88.2"
|
|
|
|
[lib]
|
|
bench = false
|
|
|
|
[dependencies]
|
|
nu-engine = { path = "../nu-engine", version = "0.88.2" }
|
|
nu-parser = { path = "../nu-parser", version = "0.88.2" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.88.2" }
|
|
nu-utils = { path = "../nu-utils", version = "0.88.2" }
|
|
nu-ansi-term = "0.49.0"
|
|
|
|
fancy-regex = "0.12"
|
|
itertools = "0.12"
|
|
shadow-rs = { version = "0.26", default-features = false }
|
|
|
|
[build-dependencies]
|
|
shadow-rs = { version = "0.26", default-features = false }
|
|
|
|
[features]
|
|
mimalloc = []
|
|
which-support = []
|
|
trash-support = []
|
|
sqlite = []
|
|
dataframe = []
|
|
static-link-openssl = []
|
|
wasi = []
|
|
extra = []
|