name = "crate_shared" version = "1.0.0" description = "Lexicon types and JSON codecs shared by the crate server and web apps." licences = ["MIT"] [dependencies] gleam_stdlib = ">= 1.0.0 and < 2.0.0" gleam_json = ">= 3.1.0 and < 4.0.0" atproto_client = ">= 0.3.0 and < 1.0.0" atproto_core = ">= 0.1.1 and < 1.0.0" [dev_dependencies] gleeunit = ">= 1.0.0 and < 2.0.0" atproto_codegen = ">= 0.4.2 and < 1.0.0" atproto_sdl = ">= 0.3.0 and < 1.0.0" atproto_lexicon = ">= 0.2.0 and < 1.0.0" argv = ">= 1.1.0 and < 2.0.0" simplifile = ">= 2.4.0 and < 3.0.0" gleam_http = ">= 4.3.0 and < 5.0.0" gleam_httpc = ">= 5.0.0 and < 6.0.0"