pagetop/Cargo.toml
Manuel Cillero 2f3424b1c6 [build] Añade conjuntos de recursos en código
El crate pagetop-build incluye fácilmente archivos estáticos o archivos
SCSS compilados, directamente en el binario de las aplicaciones PageTop.
2024-12-03 11:32:58 +01:00

40 lines
975 B
TOML

[workspace]
resolver = "2"
members = [
# Helpers
"helpers/pagetop-build",
# "helpers/pagetop-macros",
# PageTop
#"pagetop",
# Packages
#"packages/pagetop-aliner",
#"packages/pagetop-bootsier",
#"packages/pagetop-seaorm",
# App
#"drust",
]
[workspace.package]
repository = "https://github.com/manuelcillero/pagetop"
homepage = "https://pagetop.cillero.es"
license = "MIT OR Apache-2.0"
authors = ["Manuel Cillero <manuel@cillero.es>"]
[workspace.dependencies]
#include_dir = "0.7.4"
#serde = { version = "1.0", features = ["derive"] }
static-files = "0.2.4"
# Helpers
pagetop-build = { version = "0.0", path = "helpers/pagetop-build" }
#pagetop-macros = { version = "0.0", path = "helpers/pagetop-macros" }
# PageTop
#pagetop = { version = "0.0", path = "pagetop" }
# Packages
#pagetop-aliner = { version = "0.0", path = "packages/pagetop-aliner" }
#pagetop-bootsier = { version = "0.0", path = "packages/pagetop-bootsier" }