nushell/crates/nu-source/Cargo.toml

22 lines
457 B
TOML
Raw Normal View History

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