···11+*.beam
22+*.ez
33+/build
44+erl_crash.dump
55+66+#Added automatically by Lustre Dev Tools
77+/.lustre
88+/dist
+7
README.md
···11+# doodler
22+33+## Development
44+55+```sh
66+gleam run -m lustre/dev start
77+```
+25
gleam.toml
···11+name = "doodler"
22+version = "1.0.0"
33+target = "javascript"
44+55+# Fill out these fields if you intend to generate HTML documentation or publish
66+# your project to the Hex package manager.
77+#
88+# description = ""
99+# licences = ["Apache-2.0"]
1010+# repository = { type = "github", user = "", repo = "" }
1111+# links = [{ title = "Website", href = "" }]
1212+#
1313+# For a full reference of all the available options, you can have a look at
1414+# https://gleam.run/writing-gleam/gleam-toml/.
1515+1616+[javascript]
1717+runtime = "bun"
1818+1919+[dependencies]
2020+gleam_stdlib = ">= 0.44.0 and < 2.0.0"
2121+lustre = ">= 5.3.5 and < 6.0.0"
2222+2323+[dev-dependencies]
2424+gleeunit = ">= 1.0.0 and < 2.0.0"
2525+lustre_dev_tools = ">= 2.1.3 and < 3.0.0"