cnctd_shell 0.1.7

Run simple shell commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "cnctd_shell"
version = "0.1.7"
edition = "2021"
authors = ["Connected Dot Inc.", "Kyle Ebner <kyle@cnctd.world>"]
description = "Run simple shell commands"
license = "MIT"
repository = "https://github.com/Connected-Dot/cnctd_shell"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.75"
colored = "2.0.4"
serde_json = "1.0.107"
tokio = { version = "1.32.0", features = ["full"] }