mirror of
https://github.com/nushell/nushell
synced 2024-11-10 23:24:14 +00:00
9 lines
181 B
TOML
9 lines
181 B
TOML
[package]
|
|
name = "nu-parser"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
miette = { version = "3.0.0-alpha.0" }
|
|
thiserror = "1.0.29"
|
|
nu-protocol = { path = "../nu-protocol"}
|