nushell/crates/nu-source/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

21 lines
399 B
TOML

[package]
authors = ["The Nu Project Contributors"]
description = "A source string characterizer for Nushell"
edition = "2018"
license = "MIT"
name = "nu-source"
version = "0.18.2"
[lib]
doctest = false
[dependencies]
codespan-reporting = "0.9.5"
derive-new = "0.5.8"
getset = "0.1.1"
pretty = "0.5.2"
serde = {version = "1.0.114", features = ["derive"]}
termcolor = "1.1.0"
[build-dependencies]