Skip to content

Commit 00dea7c

Browse files
committed
update gleam.toml
1 parent 7312a65 commit 00dea7c

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

gleam.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
name = "glisp"
22
version = "1.0.0"
33

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 = "A simple Lisp interpreter implemented in Gleam. Features a REPL, basic Lisp functionality including arithmetic operations, list manipulation, conditionals, and variable definitions."
5+
licences = ["Apache-2.0"]
6+
repository = { type = "github", user = "APConduct", repo = "glisp" }
147

158
[dependencies]
169
gleam_stdlib = ">= 0.59.0 and < 1.0.0"

0 commit comments

Comments
 (0)