Packages

Encoders and decoders for JSON-RPC 2.0

Current section

Files

Jump to
jsonrpcx gleam.toml
Raw

gleam.toml

name = "jsonrpcx"
version = "1.0.0"
description = "Encoders and decoders for JSON-RPC 2.0"
licences = ["Apache-2.0"]
repository = { type = "github", user = "mikan-laboratory", repo = "jsonrpcx" }
links = [{ title = "JSON-RPC", href = "https://www.jsonrpc.org/" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
birdie = ">= 1.2.6 and < 2.0.0"