⭐ Moe-Counter Compatible Website Hit Counter Written in Gleam mayu.due.moe
hit-counter svg moe
1
fork

Configure Feed

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

at main 25 lines 766 B view raw
1# For a full reference of all the available options, you can have a look at 2# https://gleam.run/writing-gleam/gleam-toml/. 3 4name = "mayu" 5version = "0.1.18" 6gleam = ">= 1.2.0" 7description = "Moe-Counter Compatible Website Hit Counter" 8licenses = ["GPL-3.0-only"] 9repository = { type = "github", user = "Fuwn", repo = "mayu" } 10 11[dependencies] 12gleam_stdlib = ">= 0.34.0 and < 2.0.0" 13wisp = ">= 0.14.0 and < 1.0.0" 14gsv = ">= 1.4.0 and < 2.0.0" 15gleam_erlang = ">= 0.25.0 and < 1.0.0" 16gleam_http = ">= 3.6.0 and < 4.0.0" 17mist = ">= 1.0.0 and < 2.0.0" 18sqlight = ">= 0.9.0 and < 1.0.0" 19gleam_json = ">= 1.0.1 and < 2.0.0" 20simplifile = ">= 1.7.0 and < 2.0.0" 21birl = ">= 1.6.1 and < 2.0.0" 22envoy = ">= 1.0.1 and < 2.0.0" 23 24[dev-dependencies] 25gleeunit = ">= 1.0.0 and < 2.0.0"