Skip to content

Commit

Permalink
feat(rust): implementing kafka custodian
Browse files Browse the repository at this point in the history
  • Loading branch information
davide-baldo committed Dec 19, 2024
1 parent c76619d commit 59ff67a
Show file tree
Hide file tree
Showing 52 changed files with 1,797 additions and 603 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions implementations/rust/ockam/ockam_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ tracing-error = "0.2.0"
tracing-opentelemetry = "0.27.0"
tracing-subscriber = { version = "0.3", features = ["json"] }
url = "2.5.2"
zeroize = { version = "1.8.1", features = ["zeroize_derive"] }

ockam_multiaddr = { path = "../ockam_multiaddr", version = "0.66.0", features = ["cbor", "serde"] }
ockam_transport_core = { path = "../ockam_transport_core", version = "^0.99.0" }
Expand Down
Loading

0 comments on commit 59ff67a

Please sign in to comment.