nushell/crates/nu-build/Cargo.toml

17 lines
420 B
TOML
Raw Normal View History

2019-12-02 22:14:51 +01:00
[package]
name = "nu-build"
2020-03-10 18:34:19 +01:00
version = "0.11.0"
authors = ["Yehuda Katz <wycats@gmail.com>", "Jonathan Turner <jonathan.d.turner@gmail.com>", "Andrés N. Robalino <andres@androbtech.com>"]
2019-12-02 22:14:51 +01:00
edition = "2018"
description = "Core build system for nushell"
license = "MIT"
2019-12-02 22:14:51 +01:00
[lib]
doctest = false
2019-12-02 22:14:51 +01:00
[dependencies]
2019-12-08 18:56:21 +01:00
serde = { version = "1.0.103", features = ["derive"] }
lazy_static = "1.4.0"
serde_json = "1.0.44"
2019-12-02 22:14:51 +01:00
toml = "0.5.5"