Initial commit
This commit is contained in:
commit
a6272848f9
379 changed files with 74829 additions and 0 deletions
18
build/packages/gleam_json/gleam.toml
Normal file
18
build/packages/gleam_json/gleam.toml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
name = "gleam_json"
|
||||
version = "3.1.0"
|
||||
gleam = ">= 1.13.0"
|
||||
|
||||
licences = ["Apache-2.0"]
|
||||
description = "Work with JSON in Gleam"
|
||||
|
||||
repository = { type = "github", user = "gleam-lang", repo = "json" }
|
||||
links = [
|
||||
{ title = "Website", href = "https://gleam.run" },
|
||||
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
|
||||
]
|
||||
|
||||
[dependencies]
|
||||
gleam_stdlib = ">= 0.51.0 and < 2.0.0"
|
||||
|
||||
[dev-dependencies]
|
||||
gleeunit = ">= 1.2.0 and < 2.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue