Add extra feature
This commit is contained in:
parent
49638e5aa7
commit
dfb747c206
2 changed files with 3 additions and 2 deletions
|
|
@ -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"] }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue