actrix-sdk 0.5.4

Unified public SDK facade for Actrix control-plane APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "actrix-sdk"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository.workspace = true
description = "Unified public SDK facade for Actrix control-plane APIs"

[features]
default = []
testing = []

[dependencies]
admin = { path = "../control", package = "actrix-admin", version = "0.5.4" }

[lints]
workspace = true