Current section
Files
Jump to
Current section
Files
gleam.toml
name = "apply"
version = "1.0.0"
description = "Invoke Erlang and JavaScript runtime functions at runtime by path, no FFI boilerplate needed."
licences = ["Apache-2.0"]
repository = { type = "github", user = "wangbaoyin2", repo = "gleam_apply" }
links = [{ title = "Website", href = "https://hexdocs.pm/apply/" }]
# Target used for local development only. The library supports both targets;
# consumers may build with either one.
# Switch to "erlang" and run `gleam clean` to develop against the Erlang runtime.
target = "javascript"
# target="erlang"
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"