mirror of
https://github.com/nushell/nushell.git
synced 2024-11-23 08:53:29 +01:00
17 lines
319 B
TOML
17 lines
319 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors"]
|
|
description = "Core build system for nushell"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu-build"
|
|
version = "0.16.1"
|
|
|
|
[lib]
|
|
doctest = false
|
|
|
|
[dependencies]
|
|
lazy_static = "1.4.0"
|
|
serde = {version = "1.0.114", features = ["derive"]}
|
|
serde_json = "1.0.55"
|
|
toml = "0.5.6"
|