🍱 Incorpora el conjunto "minimal" de componentes
This commit is contained in:
parent
ee46003c15
commit
c657970b5a
9 changed files with 32 additions and 10 deletions
|
|
@ -15,5 +15,6 @@ repository = "https://github.com/manuelcillero/pagetop"
|
|||
license = "Apache-2.0 OR MIT"
|
||||
|
||||
[dependencies]
|
||||
pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false }
|
||||
pagetop = { version = "0.0", path = "../pagetop", features = ["database"], default-features = false }
|
||||
pagetop-minimal = { version = "0.0", path = "../pagetop-minimal" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue