name = "at_record_server" version = "1.0.0" target = "erlang" description = "Wisp BFF for at-record: atproto XRPC client, identity, session, routes." [dependencies] gleam_stdlib = ">= 1.0.0 and < 2.0.0" wisp = ">= 2.2.2 and < 3.0.0" mist = ">= 6.0.3 and < 7.0.0" gleam_httpc = ">= 5.0.0 and < 6.0.0" gleam_json = ">= 3.1.0 and < 4.0.0" gleam_erlang = ">= 1.3.0 and < 2.0.0" at_record_shared = { path = "../shared" } atproto_client = ">= 0.1.0 and < 1.0.0" gleam_time = ">= 1.8.0 and < 2.0.0" gleam_http = ">= 4.3.0 and < 5.0.0" envoy = ">= 1.0.0 and < 2.0.0" gose = ">= 2.1.0 and < 3.0.0" kryptos = ">= 1.4.0 and < 2.0.0" gleam_crypto = ">= 1.6.0 and < 2.0.0" gleam_otp = ">= 1.2.0 and < 2.0.0" pog = ">= 4.1.0 and < 5.0.0" simplifile = ">= 2.5.0 and < 3.0.0" stratus = ">= 3.0.0 and < 4.0.0" [dev_dependencies] gleeunit = ">= 1.0.0 and < 2.0.0"