lingxia-shell 0.16.0

Platform-neutral host shell state and policy for LingXia
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "lingxia-shell"
version.workspace = true
edition.workspace = true
description = "Platform-neutral host shell state and policy for LingXia"
license = "MIT"
repository.workspace = true

[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
tempfile = "3"