7 lines
185 B
Rust
7 lines
185 B
Rust
// Copyright 2024 System76 <info@system76.com>
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
//! Configurations available to libcosmic applications.
|
|
|
|
pub mod toolkit;
|
|
pub use toolkit::CosmicTk;
|