···11name = "bible_search"
22-version = "1.0.0"
22+version = "0.1.0"
3344-# Fill out these fields if you intend to generate HTML documentation or publish
55-# your project to the Hex package manager.
66-#
77-# description = ""
88-# licences = ["Apache-2.0"]
99-# repository = { type = "github", user = "", repo = "" }
1010-# links = [{ title = "Website", href = "" }]
1111-#
1212-# For a full reference of all the available options, you can have a look at
1313-# https://gleam.run/writing-gleam/gleam-toml/.
44+description = "search through the OT.txt bible format for a specific reference"
55+licences = ["MIT"]
66+repository = { type = "github", user = "cu-cs1210", repo = "lab-6-kieranklukas" }
77+links = [{ title = "Website", href = "https://dunkirk.sh" }]
148159[dependencies]
1610gleam_stdlib = ">= 0.44.0 and < 2.0.0"