use app_dirs2::AppInfo; pub mod input; pub mod perferences; const APP_INFO: AppInfo = AppInfo { name: "held", author: "DragonOS Community", };