Add wasm package
This commit is contained in:
parent
1e1934b492
commit
e1ba3d44c7
5 changed files with 71 additions and 0 deletions
2
backend/Cargo.lock
generated
2
backend/Cargo.lock
generated
|
|
@ -1959,6 +1959,7 @@ dependencies = [
|
|||
"console_error_panic_hook",
|
||||
"getrandom",
|
||||
"reconcile",
|
||||
"sync_lib",
|
||||
"wasm-bindgen",
|
||||
"wasm-bindgen-test",
|
||||
]
|
||||
|
|
@ -1980,6 +1981,7 @@ dependencies = [
|
|||
"axum",
|
||||
"chrono",
|
||||
"log",
|
||||
"rand",
|
||||
"reconcile",
|
||||
"schemars",
|
||||
"serde",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue