1# SPDX-License-Identifier: Apache-2.0
2# SPDX-FileCopyrightText: 2025 The Gleam contributors
3
4name = "list"
5version = "1.0.0"
6description = "Benchmarks for lists"
7licenses = ["Apache-2.0"]
8
9[dependencies]
10gleam_stdlib = "~> 0.28"
11gleamy_bench = ">= 0.6.0 and < 1.0.0"