Fork of daniellemaywood.uk/gleam — Wasm codegen work
379 B
14 lines
1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2026 The Gleam contributors
3
4name = "shipment_test"
5version = "0.1.0"
6
7[dependencies]
8gleam_stdlib = "~> 0.34"
9# hpack_erl has otp_app = "hpack" (different from package name)
10# This tests that packages with different OTP app names are included correctly
11hpack_erl = "~> 0.3"
12
13[dev_dependencies]
14gleeunit = "~> 1.0"