|
@@ -6,6 +6,7 @@ license.workspace = true
|
|
homepage.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
+description = "Cashu Development Kit JS Bindings"
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
[lib]
|
|
@@ -16,9 +17,9 @@ cdk = { workspace = true, features = ["wallet"] }
|
|
cdk-rexie = { workspace = true, features = ["wallet"] }
|
|
cdk-rexie = { workspace = true, features = ["wallet"] }
|
|
console_error_panic_hook = "0.1"
|
|
console_error_panic_hook = "0.1"
|
|
js-sys = "0.3"
|
|
js-sys = "0.3"
|
|
-serde-wasm-bindgen = "0.6"
|
|
|
|
|
|
+serde-wasm-bindgen.workspace = true
|
|
serde_json.workspace = true
|
|
serde_json.workspace = true
|
|
serde.workspace = true
|
|
serde.workspace = true
|
|
wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] }
|
|
wasm-bindgen = { version = "0.2.92", features = ["serde-serialize"] }
|
|
wasm-bindgen-futures = "0.4.41"
|
|
wasm-bindgen-futures = "0.4.41"
|
|
-web-sys = { version = "0.3.68", features = ["console"] }
|
|
|
|
|
|
+web-sys.workspace = true
|