Fork of daniellemaywood.uk/gleam — Wasm codegen work
2

Configure Feed

Select the types of activity you want to include in your feed.

gleam / test / project_path_deps / project_a / manifest.toml
1.2 kB 18 lines
1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2023 The Gleam contributors 3 4# This file was generated by Gleam 5# You typically do not need to edit this file 6 7packages = [ 8 { name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" }, 9 { name = "gleeunit", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D3682ED8C5F9CAE1C928F2506DE91625588CC752495988CBE0F5653A42A6F334" }, 10 { name = "project_b", version = "0.1.0", build_tools = ["gleam"], requirements = ["project_d"], source = "local", path = "../project_b" }, 11 { name = "project_c", version = "0.1.0", build_tools = ["gleam"], requirements = ["project_b"], source = "local", path = "../project_c" }, 12 { name = "project_d", version = "1.0.0", build_tools = ["gleam"], requirements = [], source = "local", path = "../project_d" }, 13] 14 15[requirements] 16gleeunit = { version = "~> 1.0" } 17project_b = { path = "../project_b" } 18project_c = { path = "../project_c" }