Skip to main content

gleam.toml

name = "glindex"
version = "1.0.0"
target = "javascript"

description = "Type-safe IndexedDB bindings for Gleam" 
licences = ["Apache-2.0"]
repository = { type = "github", user = "gungun974", repo = "glindex" }

links = [
  { title = "Example", href = "https://github.com/gungun974/glindex/blob/main/dev/glindex_dev.gleam" },
]


[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
gleam_javascript = ">= 1.0.0 and < 2.0.0"

[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"