1 2 3 4 5 6 7
// Copyright 2024 The Tari Project // SPDX-License-Identifier: BSD-3-Clause pub const CONFIG_FILE_NAME: &str = "tari.config.toml"; mod config; pub use config::*;