# SPDX-License-Identifier: Apache-2.0 # SPDX-FileCopyrightText: 2023 The Gleam contributors # This file was generated by Gleam # You typically do not need to edit this file packages = [ { name = "project_d", version = "1.0.0", build_tools = ["gleam"], requirements = [], source = "local", path = "../project_d" }, ] [requirements] project_d = { path = "../project_d" }