[package] name = "nu_plugin_tera" version = "0.1.0" authors = ["Jesús Pérex "] edition = "2024" description = "a nushell plugin called tera" repository = "https://github.com/JesusPerez/nu_plugin_tera" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] # for local development, you can use a path dependency nu-plugin = { path = "../nushell/crates/nu-plugin" } nu-protocol = { path = "../nushell/crates/nu-protocol", features = ["plugin"] } #nu-plugin = "0.104.0" #nu-protocol = { version = "0.104.0", features = ["plugin"] } tera = "1.3" serde_json = "1.0" [dev-dependencies] nu-plugin-test-support = { path = "../nushell/crates/nu-plugin-test-support" } #nu-plugin-test-support = { version = "0.104.0" }