healthchecks-rs/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
456 B
TOML
Raw Permalink Normal View History

[workspace]
2023-06-26 00:33:51 +05:30
members = ["hcctl", "healthchecks", "monitor"]
resolver = "2"
[profile.release]
codegen-units = 1
lto = "thin"
panic = "abort"
[workspace.dependencies]
clap = { version = "4.5.4", features = ["color", "deprecated", "derive"] }
healthchecks = { path = "healthchecks", version = "^3.1.6", features = ["v3"] }
color-eyre = { version = "0.6.3", default-features = false }
uuid = { version = "1.8.0", default-features = false, features = ["v1"] }