//! # EventKit CLI
//!
//! A command-line interface for managing macOS Calendar events and Reminders.
// Embed Info.plist into the binary's __TEXT,__info_plist section so macOS
// can find the privacy usage descriptions when EventKit requests access.
// Without this, requestFullAccessTo{Reminders,Events} fails silently with no
// dialog and the binary has no stable TCC identity across rebuilds.
embed_info_plist!;