AkurAI Build
Menu

AkurAI-Build

public

Latest change 81edd4e00048081c39422d9fa2f6530e53ea3cc5 - fsguard: one implementation of the hardened filesystem checks by Olafur Bui

pub mod artifact;
pub mod db;
pub mod deploy;
mod fsguard;
pub mod server;

/// Default listener address shared by the CLI and deployment manifests.
pub const DEFAULT_ADDRESS: &str = "0.0.0.0:3100";