Menu
AkurAI-Build
publicLatest change 30e6b8c347048d64c2c048dfd05a8ded219d37f6 - Host authenticated Git repositories over Smart HTTP with repo host/sync CLI by Ólafur Búi Ólafsson
pub mod auth; pub mod config; pub mod db; mod fsguard; mod git_process; pub mod hosted_git; pub mod mcp; pub mod runner; pub mod server; pub mod tree; pub const DEFAULT_ADDRESS: &str = "0.0.0.0:3210";