//! crank
//!
//! A command-line build tool for Playdate game development, inspired by Cargo.
//! Provides project scaffolding, build automation, and development tools.
// Re-export commonly used types
pub use PlaydateConfig;
pub use ;
pub use Project;
pub use Sdk;