diff options
| author | Fuwn <[email protected]> | 2026-04-17 17:14:15 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2026-04-17 17:14:15 +0000 |
| commit | 5ced22d395a342758dfb808094269c26f9413c4b (patch) | |
| tree | faa4981616286d1fb885aff640a2ec441516733f /gleam.toml | |
| parent | perf: Reduce per-request work and I/O in render pipeline (diff) | |
| download | mayu-5ced22d395a342758dfb808094269c26f9413c4b.tar.xz mayu-5ced22d395a342758dfb808094269c26f9413c4b.zip | |
build: Drop unused dependencies and bump Gleam floor to 1.3.0
Diffstat (limited to 'gleam.toml')
| -rw-r--r-- | gleam.toml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -3,7 +3,7 @@ name = "mayu" version = "0.1.18" -gleam = ">= 1.2.0" +gleam = ">= 1.3.0" description = "Moe-Counter Compatible Website Hit Counter" licenses = ["GPL-3.0-only"] repository = { type = "github", user = "Fuwn", repo = "mayu" } @@ -11,14 +11,11 @@ repository = { type = "github", user = "Fuwn", repo = "mayu" } [dependencies] gleam_stdlib = ">= 0.34.0 and < 2.0.0" wisp = ">= 0.14.0 and < 1.0.0" -gsv = ">= 1.4.0 and < 2.0.0" gleam_erlang = ">= 0.25.0 and < 1.0.0" -gleam_http = ">= 3.6.0 and < 4.0.0" mist = ">= 1.0.0 and < 2.0.0" sqlight = ">= 0.9.0 and < 1.0.0" gleam_json = ">= 1.0.1 and < 2.0.0" simplifile = ">= 1.7.0 and < 2.0.0" -birl = ">= 1.6.1 and < 2.0.0" envoy = ">= 1.0.1 and < 2.0.0" [dev-dependencies] |