nushell/crates/nu-build/Cargo.toml

17 lines
319 B
TOML
Raw Normal View History

2019-12-02 21:14:51 +00:00
[package]
authors = ["The Nu Project Contributors"]
description = "Core build system for nushell"
2020-07-05 20:12:44 +00:00
edition = "2018"
license = "MIT"
2020-07-05 20:12:44 +00:00
name = "nu-build"
2020-07-21 18:41:49 +00:00
version = "0.17.0"
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
lazy_static = "1.4.0"
2020-07-05 20:12:44 +00:00
serde = {version = "1.0.114", features = ["derive"]}
2020-06-27 07:54:31 +00:00
serde_json = "1.0.55"
2020-04-07 07:51:17 +00:00
toml = "0.5.6"