# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2025 The Gleam contributors name = "git_deps" version = "0.1.0" description = "Test project to test git dependencies" licences = ["Apache-2.0"] [dependencies] gleam_stdlib = { git = "https://github.com/gleam-lang/stdlib.git", ref = "957b83b" }