[package] name = "pagetop-build" version = "0.0.12" edition = "2021" description = """\ Simplifies the process of embedding resources in PageTop app binaries.\ """ categories = ["development-tools::build-utils", "web-programming"] keywords = ["pagetop", "build", "assets", "resources", "static"] repository = "https://github.com/manuelcillero/pagetop" homepage = "https://pagetop.cillero.es" license = "MIT OR Apache-2.0" authors = ["Manuel Cillero "] [dependencies] grass = "0.13.4" static-files = "0.2.4"