nushell/crates/nu-source/Cargo.toml

21 lines
399 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
2019-11-27 05:14:45 +01:00
description = "A source string characterizer for Nushell"
2020-07-05 22:12:44 +02:00
edition = "2018"
2019-11-27 05:14:45 +01:00
license = "MIT"
2020-07-05 22:12:44 +02:00
name = "nu-source"
2020-09-02 05:37:06 +02:00
version = "0.19.0"
[lib]
doctest = false
[dependencies]
2020-07-05 22:12:44 +02:00
codespan-reporting = "0.9.5"
derive-new = "0.5.8"
2020-05-17 00:34:10 +02:00
getset = "0.1.1"
pretty = "0.5.2"
2020-07-05 22:12:44 +02:00
serde = {version = "1.0.114", features = ["derive"]}
termcolor = "1.1.0"
2019-12-02 22:14:51 +01:00
[build-dependencies]