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

Configure Feed

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

1# SPDX-License-Identifier: Apache-2.0 2# SPDX-FileCopyrightText: 2024 The Gleam contributors 3 4name = "root_package_not_compiled_when_running_dep" 5version = "1.0.0" 6 7# Fill out these fields if you intend to generate HTML documentation or publish 8# your project to the Hex package manager. 9# 10# description = "" 11# licences = ["Apache-2.0"] 12# repository = { type = "github", user = "", repo = "" } 13# links = [{ title = "Website", href = "" }] 14# 15# For a full reference of all the available options, you can have a look at 16# https://gleam.run/writing-gleam/gleam-toml/. 17 18[dependencies] 19gleam_stdlib = ">= 0.34.0 and < 2.0.0" 20hello_joe = ">= 1.0.0 and < 2.0.0" 21 22[dev_dependencies] 23gleeunit = ">= 1.0.0 and < 2.0.0"