nushell/crates/nu-source/Cargo.toml

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