17 lines
412 B
TOML
17 lines
412 B
TOML
name = "luma"
|
|
version = "1.0.0"
|
|
|
|
# Fill out these fields if you intend to generate HTML documentation or publish
|
|
# your project to the Hex package manager.
|
|
#
|
|
description = "A parser for a made up markup language"
|
|
licences = ["MIT"]
|
|
|
|
[dependencies]
|
|
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
|
|
simplifile = ">= 2.4.0 and < 3.0.0"
|
|
gleam_json = ">= 3.1.0 and < 4.0.0"
|
|
|
|
[dev_dependencies]
|
|
gleeunit = ">= 1.0.0 and < 2.0.0"
|