Add extra feature

This commit is contained in:
Andras Schmelczer 2024-12-08 18:22:30 +00:00
parent 49638e5aa7
commit dfb747c206
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 3 additions and 2 deletions

View file

@ -11,9 +11,9 @@ crate-type = ["cdylib", "rlib"]
default = ["console_error_panic_hook"]
[dependencies]
wasm-bindgen = "0.2.84"
sync_lib = { path = "../sync_lib" }
reconcile = { path = "../reconcile" }
wasm-bindgen = "0.2.84"
getrandom = { version = "0.2.3", features = ["js"] }