nushell/crates/nu-errors/Cargo.toml
Jonathan Turner da4d24d082
Bump to 0.18.2. Move starship external. (#2345)
* Bump to 0.18.2. Move starship external.

* Fix failing test
2020-08-14 07:02:45 +12:00

31 lines
701 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "Core error subsystem for Nushell"
edition = "2018"
license = "MIT"
name = "nu-errors"
version = "0.18.2"
[lib]
doctest = false
[dependencies]
nu-source = {path = "../nu-source", version = "0.18.2"}
ansi_term = "0.12.1"
bigdecimal = {version = "0.1.2", features = ["serde"]}
codespan-reporting = {version = "0.9.5", features = ["serialization"]}
derive-new = "0.5.8"
getset = "0.1.1"
num-bigint = {version = "0.2.6", features = ["serde"]}
num-traits = "0.2.12"
serde = {version = "1.0.114", features = ["derive"]}
# implement conversions
glob = "0.3.0"
serde_json = "1.0.55"
serde_yaml = "0.8"
toml = "0.5.6"
[build-dependencies]