diff options
author | rtkay123 <dev@kanjala.com> | 2025-08-10 12:09:22 +0200 |
---|---|---|
committer | rtkay123 <dev@kanjala.com> | 2025-08-10 12:09:27 +0200 |
commit | af407fe5c3e1d5b8b315db029805fa7290c83fae (patch) | |
tree | c6cde42d7e05453b0be99fa5c3f181fc843ab76a /Cargo.lock | |
parent | d50185df5a5870498b6c7e6b51e0368d051743ca (diff) | |
download | warden-af407fe5c3e1d5b8b315db029805fa7290c83fae.tar.bz2 warden-af407fe5c3e1d5b8b315db029805fa7290c83fae.zip |
feat(pseudonyms): proto definitions
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -2293,6 +2293,17 @@ dependencies = [ ] [[package]] +name = "tonic-prost" +version = "0.14.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b9c511b9a96d40cb12b7d5d00464446acf3b9105fd3ce25437cfe41c92b1c87d" +dependencies = [ + "bytes", + "prost 0.14.1", + "tonic 0.14.0", +] + +[[package]] name = "tonic-prost-build" version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -2710,12 +2721,20 @@ dependencies = [ "serde_json", "time", "tonic 0.14.0", + "tonic-prost", "tonic-prost-build", "tonic-types", "utoipa", ] [[package]] +name = "warden-pseudonyms" +version = "0.1.0" +dependencies = [ + "warden-core", +] + +[[package]] name = "wasi" version = "0.11.1+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" |