diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 22:20:46 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 22:20:46 +0000 |
commit | e68be4621a154c1c3d533ab160b29cbb404e50fe (patch) | |
tree | edff9e6266587aa97784a44f3f950d1087be8d04 /examples/06-custom-effects/gleam.toml | |
parent | ff321580a14ba0ef38beaa9ce92df212f6729f83 (diff) | |
download | lustre-e68be4621a154c1c3d533ab160b29cbb404e50fe.tar.gz lustre-e68be4621a154c1c3d533ab160b29cbb404e50fe.zip |
:construction: Start writing an example for custom effects.
Diffstat (limited to 'examples/06-custom-effects/gleam.toml')
-rw-r--r-- | examples/06-custom-effects/gleam.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/06-custom-effects/gleam.toml b/examples/06-custom-effects/gleam.toml new file mode 100644 index 0000000..b84e394 --- /dev/null +++ b/examples/06-custom-effects/gleam.toml @@ -0,0 +1,12 @@ +name = "app" +version = "1.0.0" +target = "javascript" + +[dependencies] +gleam_stdlib = "~> 0.34 or ~> 1.0" +lustre = { path = "../../" } +lustre_ui = "~> 0.3" +lustre_http = "~> 0.4" + +[dev-dependencies] +gleeunit = "~> 1.0" |