mirror of
https://github.com/nushell/nushell.git
synced 2024-11-22 16:33:37 +01:00
14 lines
372 B
TOML
14 lines
372 B
TOML
[package]
|
|
name = "nu-macros"
|
|
version = "0.11.0"
|
|
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
|
|
edition = "2018"
|
|
description = "Core macros for building Nushell"
|
|
license = "MIT"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
nu-protocol = { path = "../nu-protocol", version = "0.11.0" }
|