Skip to content

Commit

Permalink
use healthscript from crates.io in healthscript-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mbund committed Jul 6, 2024
1 parent 2b98654 commit fe5bf6b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 3 deletions.
31 changes: 29 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion healthscript-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["http", "health", "monitoring"]

[dependencies]
clap = { version = "4.5.4", features = ["derive"] }
healthscript = { path = "../healthscript" }
healthscript = "1.0.3"
tokio = { version = "1.38.0", default-features = false, features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
Expand Down

0 comments on commit fe5bf6b

Please sign in to comment.