add logging and init web module
All checks were successful
Unit Tests / Run Tests (push) Successful in 13s
All checks were successful
Unit Tests / Run Tests (push) Successful in 13s
This commit is contained in:
parent
cad01edab8
commit
ff758b815c
5 changed files with 238 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue