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: 2023 The Gleam contributors 3 4name = "project" 5version = "0.1.0" 6 7[dependencies] 8# These are Gleam deps 9gleam_stdlib = "~> 0.32" 10gleam_erlang = "~> 0.23" 11 12# This is a rebar3 dep that uses files in ./priv 13certifi = "~> 2.12" 14# This is a rebar3 dep that uses files in ./ebin 15cowboy = "~> 2.10" 16# This is a mix dep that uses files in ./priv 17countries = "~> 1.6" 18 19[dev_dependencies] 20gleeunit = "~> 1.0"