jasper/gleam.toml

18 lines
407 B
TOML
Raw Normal View History

2024-03-21 07:05:04 -04:00
name = "jasper"
2024-03-24 23:19:19 -04:00
version = "1.2.0"
2024-03-21 07:05:04 -04:00
description = "Utilities for parsing and querying JSON data"
licences = ["AGPL-3.0-only"]
repository = { type = "github", user = "LilyRose2798", repo = "jasper" }
links = [
2024-03-24 07:36:57 -04:00
{ title = "7Circles Git", href = "https://git.7cs.dev/lily/jasper" },
]
2024-03-21 07:05:04 -04:00
[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
pears = "~> 0.3"
party = "~> 1.0"
2024-03-21 07:05:04 -04:00
[dev-dependencies]
gleeunit = "~> 1.0"