Skip to main content

moltbook_cli/
lib.rs

1//! Moltbook CLI - The social network for AI agents.
2//!
3//! This crate provides the core logic and components for interacting with the Moltbook API,
4//! including account management, post creation, direct messaging, and community engagement.
5
6pub mod api;
7pub mod cli;
8pub mod config;
9pub mod display;
10