cargo-port 0.1.4

A TUI for inspecting and managing Rust projects
1
2
3
4
5
6
7
8
9
10
//! Per-user themes directory path for cargo-port.
//!
//! The framework owns theme types, registry assembly, the directory
//! watch, the resolver, and the OS appearance poller. The app owns
//! the on-disk location: `dirs::config_dir() / "cargo-port" / "themes"`.

mod constants;
mod paths;

pub(crate) use paths::themes_dir;