mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
c4daa2e40f
Move to an experimental new parser
20 lines
536 B
TOML
20 lines
536 B
TOML
[package]
|
|
name = "nu_plugin_average"
|
|
version = "0.12.0"
|
|
authors = ["The Nu Project Contributors"]
|
|
edition = "2018"
|
|
description = "An average value plugin for Nushell"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-plugin = { path = "../nu-plugin", version = "0.12.0" }
|
|
nu-protocol = { path = "../nu-protocol", version = "0.12.0" }
|
|
nu-source = { path = "../nu-source", version = "0.12.0" }
|
|
nu-errors = { path = "../nu-errors", version = "0.12.0" }
|
|
|
|
[build-dependencies]
|
|
nu-build = { version = "0.12.0", path = "../nu-build" }
|