summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-06-20 11:45:59 -0600
committermo khan <mo@mokhan.ca>2025-06-20 11:45:59 -0600
commit63ce8f874564369ceabfbb023c7516c9bcfd3838 (patch)
tree6ae9b96b5193afac7094082ae42f3e37767f4187 /Cargo.toml
parent468f1b652080c94d5d8668cf8f6e650af00a782d (diff)
refactor: use please builders
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a13b9464..5eeecac3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,6 +13,7 @@ path = "src/lib.rs"
[dependencies]
envoy-types = "0.6.0"
+please = { git = "https://github.com/xlgmokha/please.git", version = "0.1.0" }
tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }
tonic = "*"
tonic-health = "0.13.1"