nushell/crates/nu-parser/Cargo.toml

11 lines
251 B
TOML
Raw Normal View History

2021-08-10 18:51:08 +00:00
[package]
name = "nu-parser"
version = "0.1.0"
edition = "2018"
[dependencies]
2021-09-21 19:37:16 +00:00
miette = { git = "https://github.com/zkat/miette", rev = "183ecb9" }
# miette = { path = "../../../miette" }
thiserror = "1.0.29"
nu-protocol = { path = "../nu-protocol"}