Current section

Files

Jump to
mockth gleam.toml
Raw

gleam.toml

name = "mockth"
version = "0.3.1"
description = "Erlang modules mocking library for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "bondiano", repo = "mockth" }
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
meck = "~> 0.9"
gleam_erlang = "~> 0.25"
[dev-dependencies]
gleeunit = "~> 1.0"