You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//! [Freighter](https://github.com/open-rust-initiative/freighter) is an open source project to helping build the DevOps infrastructure for proxying the [crates.io](https://crates.io)
//! and provide simple registry functionality for local development.
//!
//!
//!
//!
mod cli;
mod cloud;
mod commands;
mod config;
mod download;
mod errors;
mod handler;
mod server;
///
/// Main entry point for the [Freighter](https://github.com/open-rust-initiative/freighter) application.