16 lines
264 B
TOML
16 lines
264 B
TOML
|
name = "ring"
|
||
|
version = "1.0.0"
|
||
|
description = "A Wisp example"
|
||
|
gleam = ">= 0.32.0"
|
||
|
|
||
|
[dependencies]
|
||
|
gleam_stdlib = "~> 0.30"
|
||
|
gleam_erlang = "~> 0.23"
|
||
|
mist = "~> 0.14"
|
||
|
gleam_http = "~> 3.5"
|
||
|
wisp = "~> 0.14"
|
||
|
sqlight = "~> 0.9"
|
||
|
|
||
|
[dev-dependencies]
|
||
|
gleeunit = "~> 1.0"
|