From f8fd34199c72cf13c2a72554d8fe6a84ec78724c Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Wed, 4 Jan 2023 14:17:54 +0000 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 846eb01..26ac5a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,13 @@ name = "web_instant" version = "0.1.0" edition = "2021" +description = "Cross platform impl of Instant" +authors = [ + "Louis Capitanchik <louis@microhacks.co.uk>" +] +repository = "https://lab.lcr.gr/microhacks/web-instant" +homepage = "https://lab.lcr.gr/microhacks/web-instant" +license = "Apache-2.0" -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - -[dependencies] +[target."wasm32-unknown-unknown".dependencies] +js-sys = "0.3.60" -- GitLab