aboutsummaryrefslogtreecommitdiff
path: root/examples/99-full-stack-applications/server/manifest.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/99-full-stack-applications/server/manifest.toml')
-rw-r--r--examples/99-full-stack-applications/server/manifest.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/99-full-stack-applications/server/manifest.toml b/examples/99-full-stack-applications/server/manifest.toml
new file mode 100644
index 0000000..2a7bc47
--- /dev/null
+++ b/examples/99-full-stack-applications/server/manifest.toml
@@ -0,0 +1,11 @@
+# This file was generated by Gleam
+# You typically do not need to edit this file
+
+packages = [
+ { name = "gleam_stdlib", version = "0.38.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "663CF11861179AF415A625307447775C09404E752FF99A24E2057C835319F1BE" },
+ { name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" },
+]
+
+[requirements]
+gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
+gleeunit = { version = ">= 1.0.0 and < 2.0.0" }