17 lines
404 B
TOML
17 lines
404 B
TOML
[package]
|
|
name = "pagetop-build"
|
|
version = "0.0.7"
|
|
edition = "2021"
|
|
|
|
authors = [
|
|
"Manuel Cillero <manuel@cillero.es>"
|
|
]
|
|
description = """\
|
|
Allows including resources in binaries when compiling applications built with PageTop.\
|
|
"""
|
|
homepage = "https://pagetop.cillero.es"
|
|
repository = "https://github.com/manuelcillero/pagetop"
|
|
license = "MIT OR Apache-2.0"
|
|
|
|
[dependencies]
|
|
static-files = "0.2.3"
|