-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgleam.toml
More file actions
22 lines (17 loc) · 755 Bytes
/
gleam.toml
File metadata and controls
22 lines (17 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "string_editor"
version = "1.0.2"
description = "A simple and efficient Gleam library for string manipulation and extraction. Extract substrings before, after, or between specific patterns with ease."
licences = ["Apache-2.0"]
repository = { type = "github", user = "maxh213", repo = "string_editor" }
links = [
{ title = "Repository", href = "https://github.com/maxh213/string_editor" }
{ title = "Changelog", href = "https://github.com/maxh213/string_editor/blob/main/CHANGELOG.md" }
]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
gleam = ">= 1.4.0"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"