a gleam implementation of a CS assignment originally written in cpp
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: update the gleam.toml

+5 -11
+5 -11
gleam.toml
··· 1 1 name = "bible_search" 2 - version = "1.0.0" 2 + version = "0.1.0" 3 3 4 - # Fill out these fields if you intend to generate HTML documentation or publish 5 - # your project to the Hex package manager. 6 - # 7 - # description = "" 8 - # licences = ["Apache-2.0"] 9 - # repository = { type = "github", user = "", repo = "" } 10 - # links = [{ title = "Website", href = "" }] 11 - # 12 - # For a full reference of all the available options, you can have a look at 13 - # https://gleam.run/writing-gleam/gleam-toml/. 4 + description = "search through the OT.txt bible format for a specific reference" 5 + licences = ["MIT"] 6 + repository = { type = "github", user = "cu-cs1210", repo = "lab-6-kieranklukas" } 7 + links = [{ title = "Website", href = "https://dunkirk.sh" }] 14 8 15 9 [dependencies] 16 10 gleam_stdlib = ">= 0.44.0 and < 2.0.0"