Skip to content

Commit

Permalink
Refactor main function
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnavi committed Dec 17, 2024
1 parent 2c0469e commit b8a732a
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 482 deletions.
20 changes: 20 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ serde_json = "1.0.133"
ssh2 = { version = "0.9.4", features = ["vendored-openssl"] }
tokio = { version = "1.42.0", features = ["io-std", "macros", "rt"] }

[dev-dependencies]
tempfile = "3.14.0"

[profile.release]
lto = "fat"
Loading

0 comments on commit b8a732a

Please sign in to comment.