We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab472e commit 67bccccCopy full SHA for 67bcccc
1 file changed
src/lib.rs
@@ -34,16 +34,13 @@ pub mod config;
34
pub mod error;
35
pub mod generator;
36
pub mod handlers;
37
-pub mod handlers;
38
39
// Re-export commonly used types and functions
40
pub use analyzer::{analyze_project, ProjectAnalysis};
41
pub use error::{IaCGeneratorError, Result};
42
pub use generator::{generate_dockerfile, generate_compose, generate_terraform};
43
pub use handlers::*;
44
use cli::Commands;
45
-pub use handlers::*;
46
-use cli::Commands;
47
48
/// The current version of the CLI tool
49
pub const VERSION: &str = env!("CARGO_PKG_VERSION");
0 commit comments