astrid 0.7.0

Command-line interface for Astrid secure agent runtime
1
2
3
4
5
6
7
8
9
//! Capsule management commands - install, list, and inspect capsules.

pub(crate) mod config;
pub(crate) mod deps;
pub(crate) mod install;
pub(crate) mod list;
pub(crate) mod meta;
pub(crate) mod remove;
pub(crate) mod show;