Skip to content

Commit

Permalink
make bindings_wasm a part of the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Sep 30, 2024
1 parent 7adbb97 commit cee587a
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 5,564 deletions.
17 changes: 17 additions & 0 deletions Cargo.lock

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

7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ members = [
"xmtp_user_preferences",
"xmtp_v2",
"xmtp_mls",
"xmtp_id"
"xmtp_id",
"bindings_wasm"
]

exclude = [
"bindings_ffi",
"bindings_wasm",
"bindings_node",
"diesel-wasm-sqlite"
]
Expand Down Expand Up @@ -67,7 +67,10 @@ diesel-wasm-sqlite = "0.0.1"
diesel_migrations = { version = "2.2", default-features = false }
wasm-bindgen-test = "0.3.42"
wasm-bindgen-futures = "0.4"
wasm-bindgen = "=0.2.92"
gloo-timers = "0.3"
web-sys = "0.3"
js-sys = "0.3"

# Internal Crate Dependencies
xmtp_cryptography = { path = "xmtp_cryptography" }
Expand Down
Loading

0 comments on commit cee587a

Please sign in to comment.