DioxusLabs/dioxus

Add TOML schema to Dioxus.toml templates

Offen

#5.376 geöffnet am 15.03.2026

 (1 Kommentar) (4 Reaktionen) (0 zugewiesene Personen)Rust (1.655 Forks)batch import
enhancementgood first issuestores

Repository-Metriken

Stars
 (36.038 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 13h) (9 gemergte PRs in 30 T)

Beschreibung

I've had to do some digging while trying to correctly configure the CLI, since I didn't know all the options. I just stumbled on this TOML schema; I haven't used it a lot but the additional Tombi suggestions appear to be very useful.

Wouldn't it make sense to include the schema (as shown) in the Dioxus.toml templates by default? #:schema https://raw.githubusercontent.com/DioxusLabs/dioxus/main/packages/cli/schema.json

I'm fairly new to the Rust/TOML ecosystem, so appologies if this is a dumb request.

Contributor Guide