[package] name = "pagetop-megamenu" version = "0.0.2" edition = "2021" authors = [ "Manuel Cillero " ] description = """\ Module for PageTop that provides a new component to include advanced menus in web solutions.\ """ homepage = "https://pagetop.cillero.es" repository = "https://github.com/manuelcillero/pagetop" license = "Apache-2.0 OR MIT" [dependencies] pagetop = { path = "../pagetop", version = "0.0" } pagetop-jquery = { path = "../pagetop-jquery", version = "0.0" } static-files = "0.2.3" maud = "0.24.0" [build-dependencies] pagetop-build = { path = "../pagetop-build", version = "0.0" }