A CORS Builder, performing validation and injection of CORS for misp, wisp and any framework!
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 86121768b75df912301f2b38473dffb64cf149c8 24 lines 754 B view raw
1name = "cors_builder" 2version = "0.1.0" 3 4# Fill out these fields if you intend to generate HTML documentation or publish 5# your project to the Hex package manager. 6# 7# description = "" 8# licences = ["Apache-2.0"] 9# repository = { type = "github", user = "username", repo = "project" } 10# links = [{ title = "Website", href = "https://gleam.run" }] 11# 12# For a full reference of all the available options, you can have a look at 13# https://gleam.run/writing-gleam/gleam-toml/. 14 15[dependencies] 16gleam_http = ">= 3.6.0 and < 4.0.0" 17gleam_stdlib = ">= 0.34.0 and < 2.0.0" 18mist = ">= 1.0.0 and < 2.0.0" 19wisp = ">= 0.14.0 and < 1.0.0" 20 21[dev-dependencies] 22gleam_erlang = ">= 0.25.0 and < 1.0.0" 23gleam_httpc = ">= 2.2.0 and < 3.0.0" 24gleeunit = ">= 1.0.0 and < 2.0.0"