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