Add project configuration and main entry point. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
19 lines
251 B
TOML
19 lines
251 B
TOML
[application]
|
|
name = "yggdrasil"
|
|
default_platform = "web"
|
|
out_dir = "dist"
|
|
|
|
[web.app]
|
|
title = "Yggdrasil - Dioxus SSR"
|
|
|
|
[web.watcher]
|
|
watch_path = ["src", "Cargo.toml"]
|
|
|
|
[web.resource]
|
|
style = []
|
|
script = []
|
|
|
|
[web.resource.dev]
|
|
style = []
|
|
script = []
|