[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"