23 lines
616 B
TOML
23 lines
616 B
TOML
name = "spasteg"
|
|
version = "1.0.0"
|
|
|
|
description = "A secure, self-hostable burn-after-reading paste service written in Gleam"
|
|
licences = ["GPL-3.0"]
|
|
repository = { type = "github", user = "Kharec", repo = "spasteg", host = "https://git.kharec.info" }
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
|
|
gleam_crypto = ">= 1.5.1 and < 2.0.0"
|
|
wisp = ">= 1.0.0"
|
|
mist = ">= 2.0.0"
|
|
gleam_otp = ">= 0.10.0"
|
|
gleam_http = ">= 3.5.0"
|
|
gleam_erlang = ">= 1.0.0"
|
|
gleam_json = ">= 2.0.0"
|
|
lustre = ">= 4.0.0"
|
|
logging = ">= 1.3.0 and < 2.0.0"
|
|
envoy = ">= 1.1.0 and < 2.0.0"
|
|
|
|
[dev-dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|