yewprint/yewprint-css/Cargo.toml

23 lines
699 B
TOML
Raw Normal View History

[package]
name = "yewprint-css"
2022-12-21 10:50:16 +00:00
version = "0.4.0"
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
edition = "2018"
2021-11-23 08:01:57 +00:00
license = "MIT OR Apache-2.0"
description = "CSS download helper for Yewprint"
repository = "https://github.com/yewprint/yewprint"
homepage = "https://github.com/yewprint/yewprint"
documentation = "https://docs.rs/yewprint-css"
readme = "README.md"
include = ["src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", "src/blueprint.css"]
2021-11-23 08:01:57 +00:00
keywords = ["blueprint", "yew", "ui", "css"]
categories = ["gui"]
[dependencies]
anyhow = "1"
flate2 = "1"
2021-11-23 08:01:57 +00:00
log = "0.4"
serde = { version = "1", features = ["derive"] }
tar = "0.4"
ureq = { version = "2.5", features = ["json"] }