mirror of
https://github.com/tuono-labs/tuono
synced 2026-07-29 13:52:46 -07:00
5 lines
130 B
Rust
5 lines
130 B
Rust
use once_cell::sync::OnceCell;
|
|
use tuono_internal::config::Config;
|
|
|
|
pub static GLOBAL_CONFIG: OnceCell<Config> = OnceCell::new();
|