cr-tools 0.0.0

Simple calculator for Clash Royale
Documentation
[package]
name = "cr-tools"
version = "0.0.0"
authors = ["Bernd-L <git@bernd.pw>"]
edition = "2018"
license = "AGPL-3.0-or-later"
repository = "https://github.com/Bernd-L/cr-tools"
homepage = "https://github.com/Bernd-L/cr-tools#readme"
readme = "README.md"
documentation = "https://docs.rs/cr-tools"
description = "Simple calculator for Clash Royale"
include = ["/README.md", "/LICENSE.md", "/Cargo.toml", "/Cargo.lock", "/src"]


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html


[lib]
crate-type = ["cdylib", "rlib"]


[dependencies]
yew = "0.17"
wasm-bindgen = "0.2.69"