From eae7274bf965505b5144eb9362eb634fcd77019a Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sun, 16 Jun 2024 10:01:31 +0100 Subject: :wrench: Update deps, pin gleam_json to 1.0.1 --- examples/99-full-stack-applications/server/gleam.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 examples/99-full-stack-applications/server/gleam.toml (limited to 'examples/99-full-stack-applications/server/gleam.toml') diff --git a/examples/99-full-stack-applications/server/gleam.toml b/examples/99-full-stack-applications/server/gleam.toml new file mode 100644 index 0000000..4ea8472 --- /dev/null +++ b/examples/99-full-stack-applications/server/gleam.toml @@ -0,0 +1,19 @@ +name = "app" +version = "1.0.0" + +# Fill out these fields if you intend to generate HTML documentation or publish +# your project to the Hex package manager. +# +# description = "" +# licences = ["Apache-2.0"] +# repository = { type = "github", user = "username", repo = "project" } +# links = [{ title = "Website", href = "https://gleam.run" }] +# +# For a full reference of all the available options, you can have a look at +# https://gleam.run/writing-gleam/gleam-toml/. + +[dependencies] +gleam_stdlib = ">= 0.34.0 and < 2.0.0" + +[dev-dependencies] +gleeunit = ">= 1.0.0 and < 2.0.0" -- cgit v1.2.3