1 2 3 4 5
//! Project configuration — loads and manages `webfluent.app.json`. pub mod project; pub use project::ProjectConfig;