aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
blob: 50955b67369d7d5ffb2991673aff65845a698bed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
name = "gleam_javascript"
version = "0.1.0"
licences = ["Apache-2.0"]
description = "Work with JavaScript types and values in Gleam"

repository = { type = "github", user = "gleam-lang", repo = "javascript" }
links = [
  { title = "Website", href = "https://gleam.run" },
  { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]

[dependencies]
gleam_stdlib = "~> 0.18"

[dev-dependencies]