nu_plugin_kcl/Cargo.toml
2025-12-11 22:05:46 +00:00

18 lines
447 B
TOML

[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]
nu-plugin = "0.109.1"
nu-protocol = "0.109.1"
anyhow = "1.0"
tempfile = "3"
[dev-dependencies.nu-plugin-test-support]
version = "0.109.1"
path = "../nushell/crates/nu-plugin-test-support"