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"]
|
2024-03-24 07:34:47 -04:00
|
|
|
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-24 07:34:47 -04:00
|
|
|
]
|
2024-03-21 07:05:04 -04:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
gleam_stdlib = "~> 0.34 or ~> 1.0"
|
|
|
|
pears = "~> 0.3"
|
2024-04-02 19:16:27 -04:00
|
|
|
party = "~> 1.0"
|
2024-03-21 07:05:04 -04:00
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
gleeunit = "~> 1.0"
|