From: Alekos Filini Date: Thu, 6 Aug 2020 09:12:15 +0000 (+0200) Subject: [wallet] Abstract, multi-platform datetime utils X-Git-Tag: 0.1.0-beta.1~20 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.SegwitCodeLengthError.html?a=commitdiff_plain;h=9212a9136c73d7870e7873cec222b56ffc002121;p=bdk-cli [wallet] Abstract, multi-platform datetime utils --- diff --git a/Cargo.toml b/Cargo.toml index c2b6f29..8f41704 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,6 +26,7 @@ tokio = { version = "0.2", features = ["rt-core"] } [target.'cfg(target_arch = "wasm32")'.dependencies] async-trait = "0.1" +js-sys = "0.3" [features] minimal = []