add logging and init web module
All checks were successful
Unit Tests / Run Tests (push) Successful in 13s

This commit is contained in:
Travis Shears 2026-03-25 11:46:01 +01:00
parent cad01edab8
commit ff758b815c
Signed by: travisshears
GPG key ID: CB9BF1910F3F7469
5 changed files with 238 additions and 0 deletions

View file

@ -23,6 +23,9 @@ spoke_tcp = ">= 2.0.0 and < 3.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 3.1.0 and < 4.0.0"
mist = ">= 6.0.2 and < 7.0.0"
logging = ">= 1.3.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"