this repo has no description
lustre
frontent
oat-ui
gleam
1target = "javascript"
2name = "client"
3version = "1.0.0"
4
5[dependencies]
6envoy = ">= 1.2.0 and < 2.0.0"
7gleam_http = ">= 4.3.0 and < 5.0.0"
8gleam_json = ">= 3.1.0 and < 4.0.0"
9gleam_stdlib = ">= 0.44.0 and < 2.0.0"
10lustre = ">= 5.6.0 and < 6.0.0"
11modem = ">= 2.1.2 and < 3.0.0"
12rsvp = ">= 1.2.0 and < 2.0.0"
13
14[dev_dependencies]
15gleeunit = ">= 1.0.0 and < 2.0.0"
16lustre_dev_tools = ">= 2.3.6 and < 3.0.0"
17lucide_lustre = ">= 2.0.3 and < 3.0.0"
18
19[lucide_lustre]
20output_module = "client/icon"
21
22[tools.lustre.html]
23title = "BFD"
24stylesheets = [{ href = "https://unpkg.com/@knadh/oat/oat.min.css" }]
25scripts = [{ src = "https://unpkg.com/@knadh/oat/oat.min.js" }]
26
27[tools.lustre.build]
28minify = true
29outdir = "dist"
30
31[tools.lustre.bin]
32timeout = 240