nu_plugin_tera/Cargo.toml

18 lines
391 B
TOML
Raw Normal View History

2025-06-26 23:20:57 +01:00
[package]
name = "nu_plugin_tera"
version = "0.111.0"
2025-06-26 23:20:57 +01:00
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.111.0"
nu-protocol = "0.111.0"
tera = "1.20"
serde_json = "1.0"
2025-06-26 23:20:57 +01:00
[dev-dependencies]
nu-plugin-test-support = "0.111.0"