From 9212a9136c73d7870e7873cec222b56ffc002121 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Thu, 6 Aug 2020 11:12:15 +0200 Subject: [PATCH] [wallet] Abstract, multi-platform datetime utils --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) 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 = [] -- 2.49.0