Skip to content

Commit

Permalink
Refactor and tidy up code
Browse files Browse the repository at this point in the history
  • Loading branch information
hahnavi committed Dec 31, 2024
1 parent 32fa150 commit c8044b5
Show file tree
Hide file tree
Showing 19 changed files with 340 additions and 423 deletions.
87 changes: 34 additions & 53 deletions Cargo.lock

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

11 changes: 5 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ edition = "2021"
vendored-openssl = ["http-klien/vendored-openssl", "ssh2/vendored-openssl"]

[dependencies]
anyhow = "1.0.93"
base64 = "0.22.1"
clap = { version = "4.5.21", features = ["derive"] }
anyhow = "1.0.95"
clap = { version = "4.5.23", features = ["derive"] }
http-klien = { git = "https://github.com/hahnavi/http-klien-rs", branch = "main" }
minijinja = "2.5.0"
mlua = { version = "0.10.1", features = [
mlua = { version = "0.10.2", features = [
"anyhow",
"luajit",
"macros",
Expand All @@ -25,8 +24,8 @@ rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.1"
rustyline = "15.0.0"
serde = { version = "1.0.216", features = ["derive"] }
serde_json = "1.0.133"
serde = { version = "1.0.217", features = ["derive"] }
serde_json = "1.0.134"
ssh2 = { version = "0.9.4" }

[dev-dependencies]
Expand Down
Loading

0 comments on commit c8044b5

Please sign in to comment.