emom 1.0.16

A customizable EMOM (Every Minute On the Minute) timer for workouts, built with Rust and Yew for WebAssembly
Documentation
[[bin]]
name = "emom"
path = "src/main.rs"

[dependencies.gloo-timers]
version = "0.3.0"

[dependencies.js-sys]
version = "0.3.82"

[dependencies.log]
version = "0.4.28"

[dependencies.wasm-logger]
version = "0.2.0"

[dependencies.yew]
features = ["csr"]
version = "0.21.0"

[lib]
name = "emom"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "web-programming"]
description = "A customizable EMOM (Every Minute On the Minute) timer for workouts, built with Rust and Yew for WebAssembly"
documentation = "https://jac18281828.github.io/emomtimer/"
edition = "2024"
homepage = "https://github.com/jac18281828/emomtimer"
keywords = ["timer", "workout", "emom", "wasm", "yew"]
license = "BSD-3-Clause"
name = "emom"
readme = "README.md"
repository = "https://github.com/jac18281828/emomtimer"
version = "1.0.16"