nu_plugin_kcl/Cargo.toml

19 lines
448 B
TOML
Raw Normal View History

2025-06-26 23:52:06 +01:00
[package]
name = "nu_plugin_kcl"
version = "0.1.0"
authors = ["Jesús Pérez <jpl@jesusperez.com>"]
edition = "2024"
description = "Nushell plugin for KCL CLI wrapper"
repository = "https://github.com/jesusperez/nu_plugin_kcl"
license = "MIT"
[dependencies]
2025-10-19 02:40:51 +01:00
nu-plugin = "0.108.0"
nu-protocol = "0.108.0"
2025-06-26 23:52:06 +01:00
anyhow = "1.0"
tempfile = "3"
2025-10-19 02:40:51 +01:00
[dev-dependencies.nu-plugin-test-support]
version = "0.108.0"
path = "../nushell/crates/nu-plugin-test-support"