2019-12-02 22:14:51 +01:00
|
|
|
[package]
|
2020-04-06 09:16:14 +02:00
|
|
|
authors = ["The Nu Project Contributors"]
|
2019-12-17 18:07:00 +01:00
|
|
|
description = "Core build system for nushell"
|
2020-07-05 22:12:44 +02:00
|
|
|
edition = "2018"
|
2019-12-17 18:07:00 +01:00
|
|
|
license = "MIT"
|
2020-07-05 22:12:44 +02:00
|
|
|
name = "nu-build"
|
2020-07-21 20:41:49 +02:00
|
|
|
version = "0.17.0"
|
2019-12-02 22:14:51 +01:00
|
|
|
|
2019-12-29 06:17:24 +01:00
|
|
|
[lib]
|
|
|
|
doctest = false
|
2019-12-02 22:14:51 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2019-12-08 18:56:21 +01:00
|
|
|
lazy_static = "1.4.0"
|
2020-07-05 22:12:44 +02:00
|
|
|
serde = {version = "1.0.114", features = ["derive"]}
|
2020-06-27 09:54:31 +02:00
|
|
|
serde_json = "1.0.55"
|
2020-04-07 09:51:17 +02:00
|
|
|
toml = "0.5.6"
|