diff options
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" |