nushell/crates/nu-build/Cargo.toml

17 lines
321 B
TOML
Raw Normal View History

2019-12-02 21:14:51 +00:00
[package]
name = "nu-build"
2020-03-31 17:25:21 +00:00
version = "0.12.0"
authors = ["The Nu Project Contributors"]
2019-12-02 21:14:51 +00:00
edition = "2018"
description = "Core build system for nushell"
license = "MIT"
2019-12-02 21:14:51 +00:00
[lib]
doctest = false
2019-12-02 21:14:51 +00:00
[dependencies]
2019-12-08 17:56:21 +00:00
serde = { version = "1.0.103", features = ["derive"] }
lazy_static = "1.4.0"
serde_json = "1.0.44"
2019-12-02 21:14:51 +00:00
toml = "0.5.5"