summaryrefslogtreecommitdiff
path: root/crates/nu-source/Cargo.toml
blob: 2c4cadee13b219858f36ad157ae2180afc483fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "nu-source"
version = "0.14.0"
authors = ["The Nu Project Contributors"]
edition = "2018"
description = "A source string characterizer for Nushell"
license = "MIT"

[lib]
doctest = false

[dependencies]
serde = { version = "1.0.106", features = ["derive"] }
derive-new = "0.5.8"
getset = "0.1.0"
language-reporting = "0.4.0"
termcolor = "1.1.0"
pretty = "0.5.2"

[build-dependencies]
nu-build = { version = "0.14.0", path = "../nu-build" }