[package]
edition = "2021"
name = "yew_flight_indicators"
version = "0.3.0"
authors = ["Finn Bear"]
build = false
exclude = [
"/Makefile",
"/svg/",
"/pages/",
"/.vscode/",
"/.github/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Flight indicators for Yew websites"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/finnbear/yew_flight_indicators/"
[lib]
name = "yew_flight_indicators"
path = "src/lib.rs"
[dependencies.stylist]
version = "0.15.1"
features = ["yew"]
[dependencies.yew]
version = "0.23.0"