Mejora y simplifica el soporte a bases de datos

This commit is contained in:
Manuel Cillero 2022-07-25 21:25:35 +02:00
parent 34692551f6
commit 6a85db2b02
11 changed files with 31 additions and 20 deletions

View file

@ -13,6 +13,10 @@ homepage = "https://suitepro.cillero.es/projects/pagetop"
repository = "https://gitlab.com/manuelcillero/pagetop"
license = "Apache-2.0 or MIT"
[dependencies.pagetop]
path = "../pagetop"
features = ["database"]
default-features = false
[dependencies]
pagetop = { path = "../pagetop" }
serde = { version = "1.0", features = ["derive"] }