Skip to content

Commit

Permalink
One crate (#225)
Browse files Browse the repository at this point in the history
* Move jwk crate into web5 crate

* Move crypto crate into web5 crate

* Move keys crate into web5 crate

* Move dids crate into web5 crate

* Move jws crate into web5 crate

* Move jwt crate into web5 crate

* Move credentials and test_helpers crates into web5 crate

* Exclude test_helpers from non test builds

* Update bindings to use web5 crate

* Update bindings gen config
  • Loading branch information
Diane Huxley authored Jun 4, 2024
1 parent 8009d84 commit 3551742
Show file tree
Hide file tree
Showing 54 changed files with 195 additions and 8,313 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[workspace]
members = [
"crates/*",
"bindings/uniffi",
"crates/web5",
"bindings/uniffi",
]
default-members = [
"crates/*",
"crates/web5",
]
resolver = "2"

Expand Down
4,747 changes: 68 additions & 4,679 deletions binded/kt/src/main/kotlin/web5/sdk/web5.kt

Large diffs are not rendered by default.

Binary file modified binded/kt/src/main/resources/natives/libweb5.dylib
Binary file not shown.
Loading

0 comments on commit 3551742

Please sign in to comment.