1 2 3 4 5 6
//! Shared constants for the lab-ops workspace. /// Default path to the natmap daemon Unix socket. pub const NATMAP_SOCKET: &str = "/run/natmap.sock"; pub const LABOPS_BIN: &str = "/usr/local/bin/lab-ops";