care-script 0.2.0

Input script processing crate for the care tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "care-script"
version = "0.2.0"
edition = "2021"
description = "Input script processing crate for the care tool"
license.workspace = true
repository.workspace = true

[dependencies]
anyhow = { workspace = true }
#assert_matches = "1.5.0" # TODO: replace with std when assert_matches stabilizes
log = { workspace = true }
parse_ncl = { workspace = true }
thiserror = { workspace = true }
toml = { workspace = true, features = ["preserve_order"] }