hypershell-json-components 0.1.0

Modular DSL for shellscripting in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name         = "hypershell-json-components"
version      =  "0.1.0"
edition      = { workspace = true }
license      = { workspace = true }
repository   = { workspace = true }
authors      = { workspace = true }
rust-version = { workspace = true }
keywords     = { workspace = true }
description  = "Modular DSL for shellscripting in Rust"

[dependencies]
hypershell-components   = { workspace = true }

cgp                     = { workspace = true }
serde                   = { workspace = true, features = [ "alloc" ] }
serde_json              = { workspace = true, features = [ "alloc" ] }