✨ Añade librería para gestionar recursos estáticos
This commit is contained in:
parent
8ed0e6621a
commit
4e277a2b03
20 changed files with 1370 additions and 41 deletions
32
helpers/pagetop-statics/Cargo.toml
Normal file
32
helpers/pagetop-statics/Cargo.toml
Normal file
|
@ -0,0 +1,32 @@
|
|||
[package]
|
||||
name = "pagetop-statics"
|
||||
version = "0.0.1"
|
||||
edition = "2021"
|
||||
|
||||
description = """
|
||||
Librería para automatizar la recopilación de recursos estáticos en PageTop.
|
||||
"""
|
||||
publish = false
|
||||
|
||||
repository.workspace = true
|
||||
homepage.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["change-detection"]
|
||||
sort = []
|
||||
|
||||
[dependencies]
|
||||
change-detection = { version = "1.2", optional = true }
|
||||
mime_guess = "2.0"
|
||||
path-slash = "0.1"
|
||||
|
||||
actix-web.workspace = true
|
||||
derive_more = "0.99.17"
|
||||
futures-util = { version = "0.3", default-features = false, features = ["std"] }
|
||||
|
||||
[build-dependencies]
|
||||
change-detection = { version = "1.2", optional = true }
|
||||
mime_guess = "2.0"
|
||||
path-slash = "0.1"
|
Loading…
Add table
Add a link
Reference in a new issue