marketsurge-agent 0.1.0

Unofficial agent-oriented CLI for MarketSurge data
1
2
3
4
5
6
//! Shared utilities used across command handlers.

/// Browser auth session bootstrapping.
pub mod auth;
/// Shared command execution helpers.
pub mod command;