2
0
Fork 0
mirror of https://github.com/nushell/nushell synced 2025-02-15 05:28:45 +00:00
nushell/crates/nu-source/Cargo.toml

20 lines
368 B
TOML
Raw Normal View History

[package]
authors = ["The Nu Project Contributors"]
2019-11-27 17:14:45 +13:00
description = "A source string characterizer for Nushell"
2020-07-05 13:12:44 -07:00
edition = "2018"
2019-11-27 17:14:45 +13:00
license = "MIT"
2020-07-05 13:12:44 -07:00
name = "nu-source"
version = "0.27.2"
[lib]
doctest = false
[dependencies]
derive-new = "0.5.8"
2020-05-16 15:34:10 -07:00
getset = "0.1.1"
pretty = "0.5.2"
2021-02-06 09:54:54 +13:00
serde = { version = "1.0", features = ["derive"] }
termcolor = "1.1.2"
2019-12-02 13:14:51 -08:00
[build-dependencies]