diff --git a/Cargo.toml b/Cargo.toml index 846eb010c8127edd055866f70b2da1bdd7cccd3a..26ac5a78ae8d52ee28105e90d45b625d051b3c58 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"