   Compiling ts-native v0.5.1 (E:\Administrator\Documents\codebuddy-projects\ts-native)
warning: unused variable: `input_path`
  --> src\main.rs:55:9
   |
55 |     let input_path = std::path::PathBuf::from(&input_file);
   |         ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_input_path`
   |
   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: `ts-native` (bin "ts-native") generated 1 warning (run `cargo fix --bin "ts-native" -p ts-native` to apply 1 suggestion)
    Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
