mirror of
https://github.com/nushell/nushell.git
synced 2025-08-03 23:41:06 +02:00
13 lines
331 B
TOML
13 lines
331 B
TOML
[package]
|
|
authors = ["The Nushell Project Developers"]
|
|
description = "Nushell experimental options"
|
|
edition = "2024"
|
|
license = "MIT"
|
|
name = "nu-experimental"
|
|
repository = "https://github.com/nushell/nushell/tree/main/crates/nu-experimental"
|
|
version = "0.105.2"
|
|
|
|
[dependencies]
|
|
itertools.workspace = true
|
|
thiserror.workspace = true
|