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-05-13 08:03:45 +00:00
version = "0.14.1"
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]
2020-05-16 22:34:10 +00:00
serde = { version = "1.0.110", features = ["derive"] }
2019-12-08 17:56:21 +00:00
lazy_static = "1.4.0"
2020-05-16 22:34:10 +00:00
serde_json = "1.0.53"
2020-04-07 07:51:17 +00:00
toml = "0.5.6"