aidens-capability-kit 0.1.0

Runtime capability truth surfaces and support tier reporting
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "aidens-capability-kit"
version = "0.1.0"
edition = "2021"
rust-version = "1.76"
license = "MIT OR Apache-2.0"
description = "Runtime capability truth surfaces and support tier reporting"


[dependencies]
aidens-contracts = { version = "0.1.0", path = "../aidens-contracts" }
serde = { version = "1", features = ["derive"] }
thiserror = "2"