gleam.toml
name = "lustre_animation"
description = "Animations for lustre, utilizing JS requestAnimationFrame"
target = "javascript"
licenses = ["MIT"]
repository = { type = "custom", url = "https://git.chmeee.org/lustre_animation" }
dependencies = { lustre = "~> 2.0", birl = "~> 0.6" }
dev-dependencies = { gleeunit = "~> 0.10" }