diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-24 21:12:12 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-24 21:18:56 +0000 |
commit | 02007717a195878c56abd5f7b4909f3d10f0e1de (patch) | |
tree | 264fe7c463fcc80f36f6376c7e50b2e391c2c0db /examples/05-http-requests/gleam.toml | |
parent | 65f32e8df1a49e469e559bda89bcc3279772d0d8 (diff) | |
download | lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.tar.gz lustre-02007717a195878c56abd5f7b4909f3d10f0e1de.zip |
:recycle: Update examples to use new lustre_dev_tools package.
Diffstat (limited to 'examples/05-http-requests/gleam.toml')
-rw-r--r-- | examples/05-http-requests/gleam.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/05-http-requests/gleam.toml b/examples/05-http-requests/gleam.toml index 3e5031b..535dc7d 100644 --- a/examples/05-http-requests/gleam.toml +++ b/examples/05-http-requests/gleam.toml @@ -4,9 +4,10 @@ target = "javascript" [dependencies] gleam_stdlib = "~> 0.34 or ~> 1.0" -lustre = "4.0.0-rc.1" +lustre = { path = "../../" } lustre_ui = "~> 0.4" lustre_http = "~> 0.5.2" [dev-dependencies] gleeunit = "~> 1.0" +lustre_dev_tools = "~> 1.0" |