Files
nushell/crates/nu-experimental/Cargo.toml
2025-07-01 18:36:51 +02:00

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