1 2 3 4 5 6
use ockam::{Context, Result}; #[ockam_node_test_attribute::node] async fn main(mut ctx: Context) -> Result<()> { ctx.stop().await }