19 lines
447 B
TOML
19 lines
447 B
TOML
[package]
|
|
name = "nu_plugin_tera"
|
|
version = "0.1.0"
|
|
authors = ["Jesús Pérex <jpl@jesusperez.com>"]
|
|
edition = "2024"
|
|
description = "a nushell plugin called tera"
|
|
repository = "https://github.com/JesusPerez/nu_plugin_tera"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
nu-plugin = "0.108.0"
|
|
nu-protocol = "0.108.0"
|
|
tera = "1.20"
|
|
serde_json = "1.0"
|
|
|
|
[dev-dependencies.nu-plugin-test-support]
|
|
version = "0.108.0"
|
|
path = "../nushell/crates/nu-plugin-test-support"
|