Files
tuono/crates/tuono_lib/src/config.rs
T

5 lines
130 B
Rust
Raw Normal View History

use once_cell::sync::OnceCell;
use tuono_internal::config::Config;
pub static GLOBAL_CONFIG: OnceCell<Config> = OnceCell::new();