🎨 Reestructuración según componentes "minimal"

This commit is contained in:
Manuel Cillero 2023-05-14 18:19:57 +02:00
parent c657970b5a
commit 05d15b6648
11 changed files with 49 additions and 49 deletions

View file

@ -15,8 +15,8 @@ repository = "https://github.com/manuelcillero/pagetop"
license = "Apache-2.0 OR MIT"
[dependencies]
pagetop = { path = "../pagetop", version = "0.0" }
pagetop = { version = "0.0", path = "../pagetop" }
static-files = "0.2.3"
[build-dependencies]
pagetop-build = { path = "../pagetop-build", version = "0.0" }
pagetop-build = { version = "0.0", path = "../pagetop-build" }