stackpatrol-core 0.2.5

Shared types and protocol definitions for StackPatrol CLI and control plane.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "stackpatrol-core"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Shared types and protocol definitions for StackPatrol CLI and control plane."
readme = "README.md"

[dependencies]
serde.workspace = true
serde_json.workspace = true
thiserror.workspace = true