[package] name = "pagetop-megamenu" version = "0.0.10" 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 = { version = "0.0", path = "../pagetop" } pagetop-jquery = { version = "0.0", path = "../pagetop-jquery" } static-files = "0.2.3" [build-dependencies] pagetop-build = { version = "0.0", path = "../pagetop-build" }