carp-cli 0.2.1

Command-line tool for the Claude Agent Registry Portal
Documentation
1
2
3
4
5
pub mod client;
pub mod types;

pub use client::ApiClient;
pub use types::*;