diff options
Diffstat (limited to 'examples/01-hello-world/gleam.toml')
-rw-r--r-- | examples/01-hello-world/gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/01-hello-world/gleam.toml b/examples/01-hello-world/gleam.toml index a9666db..da014ee 100644 --- a/examples/01-hello-world/gleam.toml +++ b/examples/01-hello-world/gleam.toml @@ -9,3 +9,4 @@ lustre_ui = "~> 0.4" [dev-dependencies] gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" |