diff --git a/website/Cargo.toml b/website/Cargo.toml index ed924ecf..200294a3 100644 --- a/website/Cargo.toml +++ b/website/Cargo.toml @@ -7,21 +7,19 @@ authors = [ "Manuel Cillero " ] description = """\ - PageTop and Drust website.\ + PageTop website.\ """ homepage = "https://pagetop.cillero.es" -repository = "https://gitlab.com/manuelcillero/pagetop/website" +repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 or MIT" -[dependencies.pagetop] -path = "../pagetop" - [dependencies] actix-web = "4.2.1" static-files = "0.2.3" -pagetop-mdbook = { path = "../pagetop-mdbook" } +pagetop = { path = "../pagetop", version = "0.0" } +pagetop-mdbook = { path = "../pagetop-mdbook", version = "0.0" } maud = "0.24.0" [build-dependencies] -pagetop = { path = "../pagetop" } -pagetop-mdbook = { path = "../pagetop-mdbook" } +pagetop = { path = "../pagetop", version = "0.0" } +pagetop-mdbook = { path = "../pagetop-mdbook", version = "0.0" }