mirror of
https://github.com/nushell/nushell.git
synced 2024-11-08 17:44:27 +01:00
16 lines
380 B
TOML
16 lines
380 B
TOML
[package]
|
|
authors = ["The Nu Project Contributors", "Christian Zangl <laktak@cdak.net>"]
|
|
description = "Fork of serde-hjson"
|
|
edition = "2018"
|
|
license = "MIT"
|
|
name = "nu-json"
|
|
version = "0.25.2"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
lazy_static = "1"
|
|
num-traits = "0.2.14"
|
|
regex = "^1.0"
|
|
serde = "^0.8.0"
|