nushell/crates/nu-source/Cargo.toml

22 lines
453 B
TOML
Raw Normal View History

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