pagetop/helpers/pagetop-build/Cargo.toml

18 lines
422 B
TOML

[package]
name = "pagetop-build"
version = "0.0.9"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Simplifies the process of embedding resources directly into binary files for PageTop \
applications.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "MIT OR Apache-2.0"
[dependencies]
static-files = "0.2.3"