-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
gleam.toml
32 lines (28 loc) · 915 Bytes
/
gleam.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name = "lustre_ui"
version = "1.0.0-rc.1"
description = "A collection of components and design tokens for building Lustre apps."
target = "javascript"
licences = ["MIT"]
repository = { type = "github", user = "lustre-labs", repo = "lustre_ui" }
links = [
{ title = "Website", href = "https://lustre.build" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
internal_modules = [
"lustre_ui",
"lustre/ui/data/*",
"lustre/ui/internals/*",
"lustre/ui/primitives/*",
]
[dependencies]
gleam_community_colour = ">= 1.4.0 and < 2.0.0"
gleam_community_maths = ">= 1.1.1 and < 2.0.0"
gleam_stdlib = ">= 0.40.0 and < 2.0.0"
lustre = ">= 4.5.0 and < 5.0.0"
decipher = ">= 1.2.1 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
[dev-dependencies]
birdie = ">= 1.1.6 and < 2.0.0"
gleeunit = "~> 1.0"
globlin = ">= 2.0.2 and < 3.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"