Initial commit
This commit is contained in:
parent
c7ff93a1f7
commit
a1e4eb1dff
13 changed files with 917 additions and 2 deletions
13
gleam.toml
Normal file
13
gleam.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
name = "quizterm"
|
||||
version = "0.5.0"
|
||||
|
||||
[dependencies]
|
||||
gleam_erlang = ">= 1.0.0 and < 2.0.0"
|
||||
gleam_http = ">= 3.7.2 and < 5.0.0"
|
||||
gleam_json = ">= 2.3.0 and < 4.0.0"
|
||||
gleam_otp = ">= 1.1.0 and < 2.0.0"
|
||||
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
|
||||
mist = ">= 5.0.0 and < 6.0.0"
|
||||
lustre = ">= 5.3.5 and < 6.0.0"
|
||||
gleam_crypto = ">= 1.5.1 and < 2.0.0"
|
||||
group_registry = ">= 1.0.0 and < 2.0.0"
|
||||
Loading…
Add table
Add a link
Reference in a new issue