move Cuprated.toml

This commit is contained in:
Boog900 2024-12-02 16:18:48 +00:00
parent 318cf946ef
commit 8e941f5a2c
No known key found for this signature in database
GPG key ID: 42AB1287CB0041C2
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ pub const VERSION_BUILD: &str = if cfg!(debug_assertions) {
pub const PANIC_CRITICAL_SERVICE_ERROR: &str = pub const PANIC_CRITICAL_SERVICE_ERROR: &str =
"A service critical to Cuprate's function returned an unexpected error."; "A service critical to Cuprate's function returned an unexpected error.";
pub const EXAMPLE_CONFIG: &str = include_str!("../../../Cuprated.toml"); pub const EXAMPLE_CONFIG: &str = include_str!("../Cuprated.toml");
#[cfg(test)] #[cfg(test)]
mod test { mod test {