diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 11:34:33 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-31 11:34:33 +0000 |
commit | ff321580a14ba0ef38beaa9ce92df212f6729f83 (patch) | |
tree | 9daf59c22f59bffa1c2fc34c86f3ea8ec2d8c8a2 /examples/04-http-requests/gleam.toml | |
parent | c108d9951fc10cd42038e4b570af8362c5bcabda (diff) | |
download | lustre-ff321580a14ba0ef38beaa9ce92df212f6729f83.tar.gz lustre-ff321580a14ba0ef38beaa9ce92df212f6729f83.zip |
:fire: Remove stale example.
Diffstat (limited to 'examples/04-http-requests/gleam.toml')
-rw-r--r-- | examples/04-http-requests/gleam.toml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/examples/04-http-requests/gleam.toml b/examples/04-http-requests/gleam.toml deleted file mode 100644 index b84e394..0000000 --- a/examples/04-http-requests/gleam.toml +++ /dev/null @@ -1,12 +0,0 @@ -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" |