Current section
Files
Jump to
Current section
Files
pig_protocol
gleam.toml
gleam.toml
name = "pig_protocol"
version = "0.1.0"
target = "erlang"
description = "Shared protocols and codecs for the pig agent ecosystem."
licences = ["Apache-2.0"]
repository = { type = "github", user = "kasuboski", repo = "pig" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
gleam_httpc = ">= 5.0.0 and < 6.0.0"
jscheam = ">= 2.0.0 and < 3.0.0"
logging = ">= 1.5.0 and < 2.0.0"
[dev-dependencies]
envoy = ">= 1.2.0 and < 2.0.0"
gleeunit = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"