1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-03 06:01:11 +02:00
nushell/crates/nu-parser/Cargo.toml
2021-09-22 16:50:57 -07:00

10 lines
159 B
TOML

[package]
name = "nu-parser"
version = "0.1.0"
edition = "2018"
[dependencies]
miette = "3.0.0"
thiserror = "1.0.29"
nu-protocol = { path = "../nu-protocol"}