diff --git a/pagetop-user/Cargo.toml b/pagetop-user/Cargo.toml index 01c28e4b..db3d053f 100644 --- a/pagetop-user/Cargo.toml +++ b/pagetop-user/Cargo.toml @@ -7,16 +7,12 @@ authors = [ "Manuel Cillero " ] description = """\ - Allows content to be submitted to the site and displayed on pages.\ + Manages the user registration and login system.\ """ -homepage = "https://suitepro.cillero.es/projects/pagetop" -repository = "https://gitlab.com/manuelcillero/pagetop" +homepage = "https://pagetop.cillero.es" +repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 or MIT" -[dependencies.pagetop] -path = "../pagetop" -features = ["database"] -default-features = false - [dependencies] +pagetop = { path = "../pagetop", version = "0.0", features = ["database"], default-features = false } serde = { version = "1.0", features = ["derive"] }