Packages

Lily is designed to be a web framework for Gleam that allows for real-time updates while preserving offline functionality.

Current section

Files

Jump to
lily gleam.toml
Raw

gleam.toml

name = "lily"
version = "0.3.0"
target = "javascript"
description = "Lily is designed to be a web framework for Gleam that allows for real-time updates while preserving offline functionality."
licences = ["Apache-2.0"]
repository = { type = "github", user = "haleywhazel", repo = "lily" }
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_otp = ">= 1.0.0 and < 2.0.0"
logging = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"