🎉 [pagetop-build] incluye recursos en binarios
Estandariza la forma de incluir recursos en los binarios de las aplicaciones creadas con PageTop.
This commit is contained in:
parent
a73491de70
commit
5bef90600f
4 changed files with 123 additions and 0 deletions
17
pagetop-build/Cargo.toml
Normal file
17
pagetop-build/Cargo.toml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
[package]
|
||||
name = "pagetop-build"
|
||||
version = "0.0.1"
|
||||
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 = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
static-files = "0.2.3"
|
||||
Loading…
Add table
Add a link
Reference in a new issue