gleam.toml
name = "babble"
version = "1.0.0"
description = "A small Markov chain text generator with pluggable sampling"
licences = ["MIT"]
repository = { type = "github", user = "alii", repo = "babble" }
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"