[package]
name = "stylist-tailwind-core"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/stefanhofman/stylist-rs-tailwind"
license = "MIT"
description = "Adds a bunch of tailwind classes for stylist-rs to quickly add css to yew applications"
keywords = ["stylist", "stylist-rs", "tailwind", "css", "yew"]
[lib]
crate-type = ["cdylib", "rlib"]
bench = false
[dependencies]
lazy_static = { version = "1.4.0" }
phf = { version = "0.11.2" }
reqwest = { version = "0.12", features = ["blocking"] }
scraper = { version = "0.18" }
toml = { version = "0.8" }