🎉 [jquery] Módulo para incluir jQuery en páginas

This commit is contained in:
Manuel Cillero 2023-02-02 08:53:24 +01:00
parent 20f6c85e68
commit b95a154a34
6 changed files with 97 additions and 0 deletions

21
pagetop-jquery/Cargo.toml Normal file
View file

@ -0,0 +1,21 @@
[package]
name = "pagetop-jquery"
version = "0.0.1"
edition = "2021"
authors = [
"Manuel Cillero <manuel@cillero.es>"
]
description = """\
Manages the user registration and login system.\
"""
homepage = "https://pagetop.cillero.es"
repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }
static-files = "0.2.3"
[build-dependencies]
pagetop-build = { path = "../pagetop-build", version = "0.0" }