// File: src/lib.rs // Library interface for testing pub mod sdk; pub mod project; pub mod commands; pub mod templates;