[application]
name = "{{project-name}}"
default_platform = "{{default-platform}}"
out_dir = "dist"
asset_dir = "public"
hot_reload = true
[web.app]
title = "Dioxus | An elegant GUI library for Rust"
[web.watcher]
index_on_404 = true
watch_path = ["src", "examples"]
[web.resource]
style = []
script = []
[web.resource.dev]
script = []
[application.plugins]
available = true
required = []
[bundler]
identifier = "io.github.{{project-name}}"
publisher = "{{project-name}}"
icon = ["icons/icon.png"]
resources = ["public/*"]
copyright = ""
category = "Utility"
short_description = "An amazing dioxus application."
long_description = """
An amazing dioxus application.
"""