Skip to main content

gemini_cli/
lib.rs

1#![cfg_attr(not(test), forbid(unsafe_code))]
2
3pub mod agent;
4pub mod auth;
5pub mod config;
6pub mod diag_output;
7pub mod fs;
8pub mod json;
9pub mod jwt;
10pub mod paths;
11pub mod prompts;
12pub mod provider_profile;
13pub mod rate_limits;
14pub mod runtime;
15pub mod starship;