Mejora y simplifica el soporte a bases de datos
This commit is contained in:
parent
34692551f6
commit
6a85db2b02
11 changed files with 31 additions and 20 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue