nushell/crates/nu-source/Cargo.toml

20 lines
370 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"
2021-01-26 10:07:08 +00:00
version = "0.26.0"
[lib]
doctest = false
[dependencies]
derive-new = "0.5.8"
2020-05-16 22:34:10 +00:00
getset = "0.1.1"
pretty = "0.5.2"
serde = {version = "1.0.118", features = ["derive"]}
termcolor = "1.1.2"
2019-12-02 21:14:51 +00:00
[build-dependencies]