Skip to content

Commit

Permalink
feat(rust): update ockly
Browse files Browse the repository at this point in the history
  • Loading branch information
SanjoDeundiak committed Oct 3, 2023
1 parent 759952e commit 5ba314e
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 98 deletions.
23 changes: 12 additions & 11 deletions implementations/elixir/ockam/ockly/native/ockly/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/elixir/ockam/ockly/native/ockly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ path = "src/lib.rs"
crate-type = ["cdylib"]

[dependencies]
hex = { version = "0.4", default-features = false }
lazy_static = "1.4.0"
minicbor = { version = "0.20.0", features = ["alloc", "derive"] }
ockam_identity = { path = "../../../../../rust/ockam/ockam_identity" }
Expand Down
Loading

0 comments on commit 5ba314e

Please sign in to comment.