Betaflight setup wizard
at main 15 lines 286 B view raw
1name = "betaflight_wizard" 2version = "1.0.0" 3 4target = "javascript" 5 6[dependencies] 7gleam_stdlib = ">= 0.44.0 and < 2.0.0" 8lustre = ">= 5.4.0 and < 6.0.0" 9 10[dev-dependencies] 11gleeunit = ">= 1.0.0 and < 2.0.0" 12lustre_dev_tools = ">= 2.3.1 and < 3.0.0" 13 14[tools.lustre] 15bin.bun = "system"