Skip to content
Snippets Groups Projects
This project manages its dependencies using Cargo. Learn more
Cargo.toml 377 B
[package]
name = "web_instant"
version = "0.2.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"

[target."wasm32-unknown-unknown".dependencies]
js-sys = "0.3.60"