diff options
| author | mo khan <mo@mokhan.ca> | 2025-06-20 11:45:59 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-06-20 11:45:59 -0600 |
| commit | 63ce8f874564369ceabfbb023c7516c9bcfd3838 (patch) | |
| tree | 6ae9b96b5193afac7094082ae42f3e37767f4187 /Cargo.lock | |
| parent | 468f1b652080c94d5d8668cf8f6e650af00a782d (diff) | |
refactor: use please builders
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -76,6 +76,7 @@ name = "authzd" version = "0.1.0" dependencies = [ "envoy-types", + "please", "tokio", "tokio-test", "tonic", @@ -568,6 +569,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] +name = "please" +version = "0.1.0" +source = "git+https://github.com/xlgmokha/please.git#bff13caf9ee2f806dd32c5d77f0e4ac9eb28c7f5" + +[[package]] name = "prettyplease" version = "0.2.34" source = "registry+https://github.com/rust-lang/crates.io-index" |
