mirror of
https://github.com/nushell/nushell
synced 2024-12-29 14:33:13 +00:00
10 lines
260 B
TOML
10 lines
260 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" }
|
|
# miette = { path = "../../../miette" }
|
|
thiserror = "1.0.29"
|
|
nu-protocol = { path = "../nu-protocol"}
|