Skip to main content

create_lamdera_app_rs/
lib.rs

1pub mod args;
2pub mod error;
3pub mod git;
4pub mod github;
5pub mod interactive;
6pub mod package_manager;
7pub mod templates;
8
9pub use error::Result;