mirror of
https://github.com/nushell/nushell
synced 2025-01-21 09:34:39 +00:00
9 lines
220 B
TOML
9 lines
220 B
TOML
[package]
|
|
name = "nu-parser"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
miette = { git = "https://github.com/zkat/miette", branch = "release/3.0.0" }
|
|
thiserror = "1.0.29"
|
|
nu-protocol = { path = "../nu-protocol"}
|